CreateFullTextStopListStatement.IsSystemStopList (Propiedad)

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

CreateFullTextStopListStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)