Propriedade DropAlterFullTextIndexAction.WithNoPopulation

Obtém ou define um valor que indica se a opção WITH NO POPULATION é especificado.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Retorna true se WITH NO POPULATION foi especificado; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

DropAlterFullTextIndexAction Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql