Share via


AdomdConnection.State 속성

Gets the current state of the 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
A System.Data.ConnectionState enumeration value that represents the current connection state of the AdomdConnection.

구현

IDbConnection.State

참고 항목

참조

AdomdConnection 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스