Struct AdomdConnectionSettings
Connection setting class used by AdomdDataProvider.
Inherited Members
Namespace: Telerik.Pivot.Adomd
Assembly: Telerik.Pivot.DataProviders.Adomd.dll
Syntax
public struct AdomdConnectionSettings
Properties
ConnectionString
Gets or sets the connection string (OLE DB connection string format).
Declaration
public string ConnectionString { get; set; }
Property Value
System.String
The connection string. |
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. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
Operators
Equality(AdomdConnectionSettings, AdomdConnectionSettings)
Compares two instances for equality.
Declaration
public static bool operator ==(AdomdConnectionSettings left, AdomdConnectionSettings right)
Parameters
AdomdConnectionSettings
left
The left. |
AdomdConnectionSettings
right
The right. |
Returns
System.Boolean
True, if instances are equal. |
Inequality(AdomdConnectionSettings, AdomdConnectionSettings)
Compares two instances for non-equality.
Declaration
public static bool operator !=(AdomdConnectionSettings left, AdomdConnectionSettings right)
Parameters
AdomdConnectionSettings
left
The left. |
AdomdConnectionSettings
right
The right. |
Returns
System.Boolean
True, if instances are not equal. |