Partilhar via


Propriedade do RDL TSqlParserToken.Text

Gets or sets the text of the token.

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

Sintaxe

'Declaração
Public Property Text As String 
    Get 
    Set
'Uso
Dim instance As TSqlParserToken 
Dim value As String 

value = instance.Text

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

Valor da propriedade

Tipo: System.String
The text of the token.

Consulte também

Referência

TSqlParserToken Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom