Compartir a través de


SearchPropertyListFullTextIndexOption.IsOff Propiedad

Gets or sets a value that indicates whether the search property list is off.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property IsOff As Boolean 
    Get 
    Set
'Uso
Dim instance As SearchPropertyListFullTextIndexOption 
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)

Valor de la propiedad

Tipo: System.Boolean
true if the search property list is off; otherwise, false.

Vea también

Referencia

SearchPropertyListFullTextIndexOption Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom