Propriedade do RDL ConnectionContext
Returns the connection context for the DatabaseAuditSpecification object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<ExtendedPropertyAttribute> _
Public ReadOnly Property ConnectionContext As ServerConnection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
A ServerConnection object that specifies the connection context for the DatabaseAuditSpecification object.
Consulte também