New to Telerik UI for WinFormsStart a free 30-day trial

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; }
Property Value:

The connection string.

Gets or sets the name of the cube that will be used.

C#
public string Cube { readonly get; set; }
Property Value:

Cube name.

Gets or sets the database to connect to.

C#
public string Database { readonly get; set; }
Property Value:

Database name.

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: ValueType.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: ValueType.GetHashCode()

C#
public override string ToString()
Returns:

string

Overrides: ValueType.ToString()

Operators

Compares two instances for non-equality.

C#
public static bool operator !=(AdomdConnectionSettings left, AdomdConnectionSettings right)
Parameters:leftAdomdConnectionSettings

The left.

rightAdomdConnectionSettings

The right.

Returns:

bool

True, if instances are not equal.

Compares two instances for equality.

C#
public static bool operator ==(AdomdConnectionSettings left, AdomdConnectionSettings right)
Parameters:leftAdomdConnectionSettings

The left.

rightAdomdConnectionSettings

The right.

Returns:

bool

True, if instances are equal.