Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds methods and properties to the Audit object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
audit As Audit _
)
'Usage
Dim audit As Audit
Dim instance As New AuditExtender(audit)
public AuditExtender(
Audit audit
)
public:
AuditExtender(
Audit^ audit
)
new :
audit:Audit -> AuditExtender
public function AuditExtender(
audit : Audit
)
Parameters
- audit
Type: Microsoft.SqlServer.Management.Smo.Audit
The Audit object that is to be extended.