共用方式為


TSqlParserToken 建構函式 (TSqlTokenType, String)

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Sub New ( _
    type As TSqlTokenType, _
    text As String _
)
public TSqlParserToken(
    TSqlTokenType type,
    string text
)
public:
TSqlParserToken(
    TSqlTokenType type, 
    String^ text
)
new : 
        type:TSqlTokenType * 
        text:string -> TSqlParserToken
public function TSqlParserToken(
    type : TSqlTokenType, 
    text : String
)

參數

.NET Framework 安全性

請參閱

參考

TSqlParserToken 類別

TSqlParserToken 多載

Microsoft.Data.Schema.ScriptDom.Sql 命名空間