StopListFullTextIndexOption.IsOff 属性
Gets or sets a value that indicates whether OFF was specified.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property IsOff As Boolean
Get
Set
用法
Dim instance As StopListFullTextIndexOption
Dim value As Boolean
value = instance.IsOff
instance.IsOff = value
public bool IsOff { get; set; }
public:
property bool IsOff {
bool get ();
void set (bool value);
}
member IsOff : bool with get, set
function get IsOff () : boolean
function set IsOff (value : boolean)
属性值
类型:System.Boolean
True if OFF was specified; otherwise, false.