AuditExtender Class
Adds methods and properties to the Audit object. This class is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
<CLSCompliantAttribute(False)> _
Public Class AuditExtender
Inherits SmoObjectExtender(Of Audit)
Implements ISfcValidate
[CLSCompliantAttribute(false)]
public class AuditExtender : SmoObjectExtender<Audit>, ISfcValidate
[CLSCompliantAttribute(false)]
public ref class AuditExtender : public SmoObjectExtender<Audit^>, ISfcValidate
/** @attribute CLSCompliantAttribute(false) */
public class AuditExtender extends SmoObjectExtender<Audit> implements ISfcValidate
CLSCompliantAttribute(false)
public class AuditExtender extends SmoObjectExtender<Audit> implements ISfcValidate
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender
Microsoft.SqlServer.Management.Smo.SmoObjectExtender
Microsoft.SqlServer.Management.Smo.AuditExtender
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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.