Proprietà AdomdConnection.State

Gets the current state of the AdomdConnection.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property State As ConnectionState 
    Get
'Utilizzo
Dim instance As AdomdConnection 
Dim value As ConnectionState 

value = instance.State
[BrowsableAttribute(false)]
public ConnectionState State { get; }
[BrowsableAttribute(false)]
public:
virtual property ConnectionState State {
    ConnectionState get () sealed;
}
[<BrowsableAttribute(false)>]
abstract State : ConnectionState
[<BrowsableAttribute(false)>]
override State : ConnectionState
final function get State () : ConnectionState

Valore proprietà

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

Implementa

IDbConnection.State

Vedere anche

Riferimento

AdomdConnection Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient