TSqlParserToken.Text 屬性
Gets or sets the text of the token.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Text As String
Get
Set
'用途
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)
屬性值
型別:System.String
The text of the token.