Class XmlaConnectionSettings
Connection setting class used by Xmla
Inheritance
Namespace: Telerik.Pivot.Xmla
Assembly: Telerik.Pivot.DataProviders.Xmla.dll
Syntax
public class XmlaConnectionSettings : Object
Constructors
XmlaConnectionSettings()
Initializes a new instance of the Xmla
Declaration
public XmlaConnectionSettings()
Properties
Credentials
Gets or sets the client credentials used for XMLA service calls.
Declaration
public XmlaNetworkCredential Credentials { get; set; }
Property Value
Xmla The credentials. |
Cube
Gets or sets the name of the cube that will be used.
Declaration
public string Cube { get; set; }
Property Value
System. Cube name. |
Database
Gets or sets the database to connect to.
Declaration
public string Database { get; set; }
Property Value
System. Database name. |
Encoding
Gets or sets the encoding that is used for XMLA service calls.
Declaration
public Encoding Encoding { get; set; }
Property Value
System. The encoding. |
QueryProperties
Properties that are used for Discover and Execute methods.
Declaration
public Collection<XmlaQueryProperty> QueryProperties { get; }
Property Value
System. The query properties. |
ServerAddress
Gets or sets the server address.
Declaration
public string ServerAddress { get; set; }
Property Value
System. The server address. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|
Operators
Equality(XmlaConnectionSettings, XmlaConnectionSettings)
Compares two instances for equality.
Declaration
public static bool operator ==(XmlaConnectionSettings left, XmlaConnectionSettings right)
Parameters
Xmla The left. |
Xmla The right. |
Returns
System. True, if instances are equal. |
Inequality(XmlaConnectionSettings, XmlaConnectionSettings)
Compares two instances for non-equality.
Declaration
public static bool operator !=(XmlaConnectionSettings left, XmlaConnectionSettings right)
Parameters
Xmla The left. |
Xmla The right. |
Returns
System. True, if instances are not equal. |