Condividi tramite


Proprietà DropAlterFullTextIndexAction.WithNoPopulation

Ottiene o imposta un valore che indica se WITH NO POPULATION è specificato.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property WithNoPopulation As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se WITH NO POPULATION è specificato; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DropAlterFullTextIndexAction Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql