Condividi tramite


Proprietà AlterColumnAlterFullTextIndexAction.WithNoPopulation

Gets or sets whether the current AlterColumnAlterFullTextIndexAction has no population.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
True if the current AlterColumnAlterFullTextIndexAction has no population; otherwise, false.

Vedere anche

Riferimento

AlterColumnAlterFullTextIndexAction Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom