DropAlterFullTextIndexAction.WithNoPopulation プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property WithNoPopulation As Boolean
'使用
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);
}
public function get WithNoPopulation () : boolean
public function set WithNoPopulation (value : boolean)

プロパティ値

型 : System.Boolean

参照

参照

DropAlterFullTextIndexAction クラス

DropAlterFullTextIndexAction メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間