AuditExtender.ConnectionContext 属性
Returns the connection context for the Audit object.
命名空间: 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
A ServerConnection object that specifies the connection context for the Audit object.