次の方法で共有


CreateFullTextStopListStatement.IsSystemStopList プロパティ

FROM SYSTEM STOPLIST 句が使用されているかどうかを示す値を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property IsSystemStopList As Boolean 
    Get 
    Set
'使用
Dim instance As CreateFullTextStopListStatement 
Dim value As Boolean 

value = instance.IsSystemStopList

instance.IsSystemStopList = value
public bool IsSystemStopList { get; set; }
public:
property bool IsSystemStopList {
    bool get ();
    void set (bool value);
}
member IsSystemStopList : bool with get, set
function get IsSystemStopList () : boolean 
function set IsSystemStopList (value : boolean)

プロパティ値

型: System.Boolean
FROM SYSTEM STOPLIST 句が使用されている場合は true、それ以外の場合は false です。

関連項目

参照

CreateFullTextStopListStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間