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