Właściwość ServerAuditSpecificationExtender.ConnectionContext
Zwraca kontekst połączenia ServerAuditSpecification obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<ExtendedPropertyAttribute> _
Public ReadOnly Property ConnectionContext As ServerConnection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Common.ServerConnection
A ServerConnection obiekt, który określa kontekst połączenia dla ServerAuditSpecification obiektu.
Zobacz także