Свойство DropAlterFullTextIndexAction.WithNoPopulation

Gets or sets a value that indicates whether WITH NO POPULATION is specified.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property WithNoPopulation As Boolean 
    Get 
    Set
'Применение
Dim instance As DropAlterFullTextIndexAction 
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)

Значение свойства

Тип: System.Boolean
True if WITH NO POPULATION is specified; otherwise, false.

См. также

Справочник

DropAlterFullTextIndexAction Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom