DropAlterFullTextIndexAction.WithNoPopulation プロパティ
WITH NO POPULATION が指定されているかどうかを示す値を取得または設定します。
名前空間: 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
WITH NO POPULATION が指定されている場合は true、それ以外の場合は false。