Свойство ConnectionContext
Returns the connection context for the ServerAuditSpecification object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<ExtendedPropertyAttribute> _
Public ReadOnly Property ConnectionContext As ServerConnection
Get
'Применение
Dim instance As ServerAuditSpecificationExtender
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 ServerAuditSpecification object.