Compartir a través de


DropAlterFullTextIndexAction.WithNoPopulation (Propiedad)

Obtiene o establece un valor que indica si se especifica WITH NO POPULATION.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
Devuelve true si se especificó WITH NO POPULATION; de lo contrario, devuelve false.

Seguridad de .NET Framework

Vea también

Referencia

DropAlterFullTextIndexAction Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)