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 _
)
'使用
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
)
public function TSqlParserToken(
type : TSqlTokenType,
text : String
)
パラメータ
- text
型 : System.String