Compartilhar via


Propriedade do RDL CreateFullTextStopListStatement.Name

Gets or sets the name of the stoplist.

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

Sintaxe

'Declaração
Public Property Name As Identifier 
    Get 
    Set
'Uso
Dim instance As CreateFullTextStopListStatement 
Dim value As Identifier 

value = instance.Name

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

Valor da propriedade

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

Consulte também

Referência

CreateFullTextStopListStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom