StateChangeEventArgs.OriginalState プロパティ

定義

接続の元の状態を取得します。

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

プロパティ値

ConnectionState 値のいずれか 1 つ。

適用対象