Freigeben über


SetStopListAlterFullTextIndexAction.WithNoPopulation-Eigenschaft

Ruft einen Wert ab, der angibt, ob WITH NO POPULATION angegeben wurde.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn WITH NO POPULATION angegeben wurde, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

SetStopListAlterFullTextIndexAction Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace