AuditExtender Class
Adds methods and properties to the Audit object.
This API is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class AuditExtender _
Inherits SmoObjectExtender(Of Audit) _
Implements ISfcValidate
'Usage
Dim instance As AuditExtender
[CLSCompliantAttribute(false)]
public class AuditExtender : SmoObjectExtender<Audit>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class AuditExtender : public SmoObjectExtender<Audit^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type AuditExtender =
class
inherit SmoObjectExtender<Audit>
interface ISfcValidate
end
public class AuditExtender extends SmoObjectExtender<Audit> implements ISfcValidate
Inheritance Hierarchy
System.Object
SfcObjectExtender<Audit>
Microsoft.SqlServer.Management.Smo.SmoObjectExtender<Audit>
Microsoft.SqlServer.Management.Smo.AuditExtender
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.