StateChangeEventArgs.CurrentState 속성

정의

연결의 새 상태를 가져옵니다. 연결 개체는 이벤트가 발생될 때 이미 새 상태에 있습니다.

public:
 property System::Data::ConnectionState CurrentState { System::Data::ConnectionState get(); };
public System.Data.ConnectionState CurrentState { get; }
member this.CurrentState : System.Data.ConnectionState
Public ReadOnly Property CurrentState As ConnectionState

속성 값

ConnectionState 값 중 하나입니다.

적용 대상