AdomdConnection.State Property

 

Gets the current state of the AdomdConnection.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

[BrowsableAttribute(false)]
public ConnectionState State { get; }
public:
[BrowsableAttribute(false)]
property ConnectionState State {
    virtual ConnectionState get() sealed;
}
[<BrowsableAttribute(false)>]
abstract State : ConnectionState with get
[<BrowsableAttribute(false)>]
override State : ConnectionState with get
<BrowsableAttribute(False)>
Public ReadOnly Property State As ConnectionState

Property Value

Type: System.Data.ConnectionState

A System.Data.ConnectionState enumeration value that represents the current connection state of the AdomdConnection.

Implements

IDbConnection.State

See Also

AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top