次の方法で共有


State プロパティ

AdomdConnection の現在の状態を取得します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property State As ConnectionState
    Get
'使用
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

プロパティ値

型: System.Data. . :: . .ConnectionState
AdomdConnection の現在の接続の状態を表す System.Data..::..ConnectionState 列挙値です。

実装

IDbConnection. . :: . .State