Поделиться через


Свойство DatabaseAuditSpecificationExtender.ConnectionContext

Returns the connection context for the DatabaseAuditSpecification object.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<ExtendedPropertyAttribute> _
Public ReadOnly Property ConnectionContext As ServerConnection 
    Get
'Применение
Dim instance As DatabaseAuditSpecificationExtender 
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 DatabaseAuditSpecification object.

См. также

Справочник

DatabaseAuditSpecificationExtender Класс

Пространство имен Microsoft.SqlServer.Management.Smo