AlterServerAuditStatement.RemoveWhere Property
SQL Server 2012
Indicates whether the REMOVE WHERE statement is specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property RemoveWhere As Boolean Get Set 'Usage Dim instance As AlterServerAuditStatement Dim value As Boolean value = instance.RemoveWhere instance.RemoveWhere = value
Property Value
Type: System.BooleanTrue if the REMOVE WHERE statement is specified; otherwise, false.
