Compartilhar via


Propriedade do RDL StopListFullTextIndexOption.StopListName

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

StopListFullTextIndexOption Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom