ConnectionContext プロパティ
SQL Server のインスタンスの現在のサーバー接続の詳細を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public ReadOnly Property ConnectionContext As ServerConnection
Get
'使用
Dim instance As Server
Dim value As ServerConnection
value = instance.ConnectionContext
public ServerConnection ConnectionContext { get; }
public:
virtual property ServerConnection^ ConnectionContext {
ServerConnection^ get () sealed;
}
abstract ConnectionContext : ServerConnection
override ConnectionContext : ServerConnection
final function get ConnectionContext () : ServerConnection
プロパティ値
型: Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
SQL Server のインスタンスへの現在の接続の詳細を示す ServerConnection オブジェクトです。
実装
IAlienRootConnectionContext()()()()
説明
このプロパティは、SQL Server のインスタンスの名前や認証の種類などの接続設定を変更するために使用できます。ConnectionContext プロパティは、ServerConnection クラスによって表されます。Windows 認証を使用して SQL Server のローカル インスタンスに接続する場合は、既定値が使用されます。プロパティを設定する必要はありません。