AlterServerAuditStatement.RemoveWhere Property
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
'Declaration
Public Property RemoveWhere As Boolean
Get
Set
'Usage
Dim instance As AlterServerAuditStatement
Dim value As Boolean
value = instance.RemoveWhere
instance.RemoveWhere = value
public bool RemoveWhere { get; set; }
public:
property bool RemoveWhere {
bool get ();
void set (bool value);
}
member RemoveWhere : bool with get, set
function get RemoveWhere () : boolean
function set RemoveWhere (value : boolean)
Property Value
Type: System.Boolean
True if the REMOVE WHERE statement is specified; otherwise, false.