Partager via


DropAlterFullTextIndexAction.WithNoPopulation, propriété

Obtient ou définit une valeur qui indique si WITH NO POPULATION est spécifié.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
Retourne true si WITH NO POPULATION a été spécifié ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

DropAlterFullTextIndexAction Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms