ConnectionContext プロパティ
Audit オブジェクトの接続コンテキストを返します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<ExtendedPropertyAttribute> _
Public ReadOnly Property ConnectionContext As ServerConnection
Get
'使用
Dim instance As AuditExtender
Dim value As ServerConnection
value = instance.ConnectionContext
[ExtendedPropertyAttribute]
public ServerConnection ConnectionContext { get; }
[ExtendedPropertyAttribute]
public:
property ServerConnection^ ConnectionContext {
ServerConnection^ get ();
}
[<ExtendedPropertyAttribute>]
member ConnectionContext : ServerConnection
function get ConnectionContext () : ServerConnection
プロパティ値
型: Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
Audit オブジェクトの接続コンテキストを指定する ServerConnection オブジェクトです。