Indicates whether the REMOVE WHERE statement is specified.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property RemoveWhere As Boolean
Get
Set
用法
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)
属性值
类型:System.Boolean
True if the REMOVE WHERE statement is specified; otherwise, false.