TSqlParserToken Constructor (TSqlTokenType, Int32, String, Int32, Int32)
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
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
)
Parameters
- offset
Type: System.Int32
- text
Type: System.String
- line
Type: System.Int32
- column
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.