ISfcHasConnection.ConnectionContext プロパティ

接続の接続コンテキスト モードを取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
ReadOnly Property ConnectionContext As SfcConnectionContext 
    Get
'使用
Dim instance As ISfcHasConnection 
Dim value As SfcConnectionContext 

value = instance.ConnectionContext
SfcConnectionContext ConnectionContext { get; }
property SfcConnectionContext^ ConnectionContext {
    SfcConnectionContext^ get ();
}
abstract ConnectionContext : SfcConnectionContext
function get ConnectionContext () : SfcConnectionContext

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContext
接続コンテキスト モードを指定する SfcConnectionContext オブジェクトです。

関連項目

参照

ISfcHasConnection インターフェイス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間