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.