ISfcHasConnection.ConnectionContext プロパティ
現在の Server オブジェクトによって表される接続のコンテキストを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Private ReadOnly Property ConnectionContext As SfcConnectionContext
Implements ISfcHasConnection.ConnectionContext
Get
'使用
Dim instance As Server
Dim value As SfcConnectionContext
value = CType(instance, ISfcHasConnection).ConnectionContext
SfcConnectionContext ISfcHasConnection.ConnectionContext { get; }
private:
virtual property SfcConnectionContext^ ConnectionContext {
SfcConnectionContext^ get () sealed = ISfcHasConnection::ConnectionContext::get;
}
private abstract ConnectionContext : SfcConnectionContext
private override ConnectionContext : SfcConnectionContext
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
プロパティ値
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcConnectionContext
現在の Server オブジェクトによって表される接続のコンテキストを示す String 値です。