Share via


TSqlParserToken 생성자 (TSqlTokenType, String)

Initializes a new instance of the TSqlParserToken class with the specified type and text of the token.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Sub New ( _
    type As TSqlTokenType, _
    text As String _
)
‘사용 방법
Dim type As TSqlTokenType 
Dim text As String 

Dim instance As New TSqlParserToken(type, text)
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
)

매개 변수

참고 항목

참조

TSqlParserToken 클래스

TSqlParserToken 오버로드

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스