Class XmlaQueryProperty
Represents a property that is used when using Discover and Execute methods.
Inheritance
System.Object
XmlaQueryProperty
Namespace: Telerik.Pivot.Xmla
Assembly: Telerik.Pivot.DataProviders.Xmla.dll
Syntax
public class XmlaQueryProperty : Object, 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
|