AddAlterFullTextIndexAction.WithNoPopulation Property

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

AddAlterFullTextIndexAction Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace