Class XmlaQueryProperty
Represents a property that is used when using Discover and Execute methods.
Inheritance
System.Object
XmlaQueryProperty
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.DataProviders.Xmla
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class XmlaQueryProperty : IXmlaMethodProperty
Constructors
XmlaQueryProperty()
Declaration
public XmlaQueryProperty()
Properties
Name
Gets or sets the name of the property.
Declaration
public string Name { get; set; }
Property Value
System.String
The name. |
Value
Gets or sets the value of the property.
Declaration
public string Value { get; set; }
Property Value
System.String
The value. |
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Explicit Interface Implementations
IXmlaMethodProperty.Name
Declaration
string IXmlaMethodProperty.Name { get; }
Returns
System.String
|
Implements
IXmlaMethodProperty.Value
Declaration
object IXmlaMethodProperty.Value { get; }
Returns
System.Object
|