AuditExtender Constructor (Audit)
Adds methods and properties to the Audit object. This constructor is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
audit As Audit _
)
public AuditExtender (
Audit audit
)
public:
AuditExtender (
Audit^ audit
)
public AuditExtender (
Audit audit
)
public function AuditExtender (
audit : Audit
)
Parameters
- audit
The Audit object that is to be extended.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also