AlterServerAuditStatement.RemoveWhere Property

 

Applies To: SQL Server 2016 Preview

Indicates whether the REMOVE WHERE statement is specified.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public bool RemoveWhere { get; set; }
public:
property bool RemoveWhere {
    bool get();
    void set(bool value);
}
member RemoveWhere : bool with get, set
Public Property RemoveWhere As Boolean

Property Value

Type: System.Boolean

True if the REMOVE WHERE statement is specified; otherwise, false.

See Also

AlterServerAuditStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top