Connection setting class used by XmlaDataProvider.
Definition
Namespace:Telerik.Pivot.Xmla
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
public class XmlaConnectionSettings
Inheritance: objectXmlaConnectionSettings
Constructors
Initializes a new instance of the XmlaConnectionSettings class.
public XmlaConnectionSettings()
Properties
Gets or sets the client credentials used for XMLA service calls.
public XmlaNetworkCredential Credentials { get; set; }
The credentials.
Gets or sets the name of the cube that will be used.
public string Cube { get; set; }
Cube name.
Gets or sets the database to connect to.
public string Database { get; set; }
Database name.
Gets or sets the encoding that is used for XMLA service calls.
public Encoding Encoding { get; set; }
The encoding.
Properties that are used for Discover and Execute methods.
public Collection<XmlaQueryProperty> QueryProperties { get; }
The query properties.
Gets or sets the server address.
public string ServerAddress { get; set; }
The server address.
Methods
Operators
Compares two instances for non-equality.
public static bool operator !=(XmlaConnectionSettings left, XmlaConnectionSettings right)
The left.
rightXmlaConnectionSettingsThe right.
Returns:True, if instances are not equal.
Compares two instances for equality.
public static bool operator ==(XmlaConnectionSettings left, XmlaConnectionSettings right)
The left.
rightXmlaConnectionSettingsThe right.
Returns:True, if instances are equal.