Share via


IAlienRoot.ConnectionContext プロパティ

SQL Server のインスタンスに関する現在のサーバー接続の詳細を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
ReadOnly Property ConnectionContext As ServerConnection 
    Get
'使用
Dim instance As IAlienRoot 
Dim value As ServerConnection 

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

プロパティ値

型: Microsoft.SqlServer.Management.Common.ServerConnection
サーバー接続の詳細を保持する ServerConnection オブジェクトです。

関連項目

参照

IAlienRoot インターフェイス

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