StructAdomdConnectionSettings
Struct
Connection setting class used by AdomdDataProvider.
Definition
Namespace:Telerik.Pivot.Adomd
Assembly:Telerik.Pivot.DataProviders.Adomd.dll
Syntax:
cs-api-definition
public struct AdomdConnectionSettings
Properties
ConnectionString
Gets or sets the connection string (OLE DB connection string format).
Declaration
cs-api-definition
public string ConnectionString { readonly get; set; }
Property Value
The connection string.
Cube
Gets or sets the name of the cube that will be used.
Declaration
cs-api-definition
public string Cube { readonly get; set; }
Property Value
Cube name.
Methods
Operators
operator !=(AdomdConnectionSettings, AdomdConnectionSettings)
Compares two instances for non-equality.
Declaration
cs-api-definition
public static bool operator !=(AdomdConnectionSettings left, AdomdConnectionSettings right)
Parameters
left
The left.
right
The right.
Returns
True, if instances are not equal.
operator ==(AdomdConnectionSettings, AdomdConnectionSettings)
Compares two instances for equality.
Declaration
cs-api-definition
public static bool operator ==(AdomdConnectionSettings left, AdomdConnectionSettings right)
Parameters
left
The left.
right
The right.
Returns
True, if instances are equal.