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 つ。

適用対象