Compartir a través de


ConnectionContext Propiedad

Returns the connection context for the ServerAuditSpecification object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<ExtendedPropertyAttribute> _
Public ReadOnly Property ConnectionContext As ServerConnection
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
A ServerConnection object that specifies the connection context for the ServerAuditSpecification object.