TSqlParserToken, constructeur (TSqlTokenType, String)
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- text
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.