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 値のいずれか 1 つ。

適用対象