Compartir a través de


TSqlParserToken.Text Propiedad

Gets or sets the text of the token.

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

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String
The text of the token.

Vea también

Referencia

TSqlParserToken Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom