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