ServerAuditSpecificationExtender Class
Adds methods and properties to the ServerAuditSpecification 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 ServerAuditSpecificationExtender _
Inherits SmoObjectExtender(Of ServerAuditSpecification) _
Implements ISfcValidate
'Usage
Dim instance As ServerAuditSpecificationExtender
[CLSCompliantAttribute(false)]
public class ServerAuditSpecificationExtender : SmoObjectExtender<ServerAuditSpecification>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class ServerAuditSpecificationExtender : public SmoObjectExtender<ServerAuditSpecification^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type ServerAuditSpecificationExtender =
class
inherit SmoObjectExtender<ServerAuditSpecification>
interface ISfcValidate
end
public class ServerAuditSpecificationExtender extends SmoObjectExtender<ServerAuditSpecification> implements ISfcValidate
Inheritance Hierarchy
System.Object
SfcObjectExtender<ServerAuditSpecification>
Microsoft.SqlServer.Management.Smo.SmoObjectExtender<ServerAuditSpecification>
Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationExtender
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.