Compartir a través de


StopListFullTextIndexOption.StopListName Propiedad

Gets or sets the name of the stoplist, can be empty (in case of OFF) or SYSTEM.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property StopListName As Identifier 
    Get 
    Set
'Uso
Dim instance As StopListFullTextIndexOption 
Dim value As Identifier 

value = instance.StopListName

instance.StopListName = value
public Identifier StopListName { get; set; }
public:
property Identifier^ StopListName {
    Identifier^ get ();
    void set (Identifier^ value);
}
member StopListName : Identifier with get, set
function get StopListName () : Identifier 
function set StopListName (value : Identifier)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the stoplist.

Vea también

Referencia

StopListFullTextIndexOption Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom