Partager via


Propriété SetStopListAlterFullTextIndexAction.WithNoPopulation

Gets or sets a value that indicates whether with no population was specified.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property WithNoPopulation As Boolean 
    Get 
    Set
'Utilisation
Dim instance As SetStopListAlterFullTextIndexAction 
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)

Valeur de propriété

Type : System.Boolean
True if with no population was specified; otherwise, false.

Voir aussi

Référence

SetStopListAlterFullTextIndexAction Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom