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.Pivot.Xmla
Assembly: Telerik.Pivot.DataProviders.Xmla.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()