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