Dela via


DropServerAuditSpecificationStatement Class

Represents the DROP SERVER AUDIT SPECIFICATION statement.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DropServerAuditSpecificationStatement _
    Inherits DropUnownedObjectStatement
'Usage
Dim instance As DropServerAuditSpecificationStatement
[SerializableAttribute]
public class DropServerAuditSpecificationStatement : DropUnownedObjectStatement
[SerializableAttribute]
public ref class DropServerAuditSpecificationStatement : public DropUnownedObjectStatement
public class DropServerAuditSpecificationStatement extends DropUnownedObjectStatement

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
      Microsoft.Data.Schema.ScriptDom.Sql.DropUnownedObjectStatement
        Microsoft.Data.Schema.ScriptDom.Sql.DropServerAuditSpecificationStatement

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.

See Also

Reference

DropServerAuditSpecificationStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace