Sdílet prostřednictvím


CreateFullTextStopListStatement.IsSystemStopList – vlastnost

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public Property IsSystemStopList As Boolean
    Get
    Set
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CreateFullTextStopListStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů