TSqlParserToken 建構函式 (TSqlTokenType, Int32, String, Int32, Int32)
命名空間: Microsoft.Data.Schema.ScriptDom.Sql
組件: Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)
語法
'宣告
Public Sub New ( _
type As TSqlTokenType, _
offset As Integer, _
text As String, _
line As Integer, _
column As Integer _
)
public TSqlParserToken(
TSqlTokenType type,
int offset,
string text,
int line,
int column
)
public:
TSqlParserToken(
TSqlTokenType type,
int offset,
String^ text,
int line,
int column
)
new :
type:TSqlTokenType *
offset:int *
text:string *
line:int *
column:int -> TSqlParserToken
public function TSqlParserToken(
type : TSqlTokenType,
offset : int,
text : String,
line : int,
column : int
)
參數
- offset
型別:System.Int32
- text
型別:System.String
- line
型別:System.Int32
- column
型別:System.Int32
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。