Compartir a través de


DropAlterFullTextIndexAction.WithNoPopulation Propiedad

Gets or sets a value that indicates whether WITH NO POPULATION is specified.

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

Sintaxis

'Declaración
Public Property WithNoPopulation As Boolean 
    Get 
    Set
'Uso
Dim instance As DropAlterFullTextIndexAction 
Dim value As Boolean 

value = instance.WithNoPopulation

instance.WithNoPopulation = value
public bool WithNoPopulation { get; set; }
public:
property bool WithNoPopulation {
    bool get ();
    void set (bool value);
}
member WithNoPopulation : bool with get, set
function get WithNoPopulation () : boolean 
function set WithNoPopulation (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
True if WITH NO POPULATION is specified; otherwise, false.

Vea también

Referencia

DropAlterFullTextIndexAction Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom