StateAuditOption Class

Represents the STATE option in the ALTER SERVER AUDIT 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 StateAuditOption _
    Inherits AuditOption
'Usage
Dim instance As StateAuditOption
[SerializableAttribute]
public class StateAuditOption : AuditOption
[SerializableAttribute]
public ref class StateAuditOption : public AuditOption
public class StateAuditOption extends AuditOption

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.AuditOption
      Microsoft.Data.Schema.ScriptDom.Sql.StateAuditOption

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

StateAuditOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace