Condividi tramite


Metodo SqlScriptGenerator.GenerateTokens

Genera un elenco di token che rappresentano lo script generato dal frammento di script specificato.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Function GenerateTokens ( _
    scriptFragment As TSqlFragment _
) As IList(Of TSqlParserToken)
public IList<TSqlParserToken> GenerateTokens(
    TSqlFragment scriptFragment
)
public:
IList<TSqlParserToken^>^ GenerateTokens(
    TSqlFragment^ scriptFragment
)
member GenerateTokens : 
        scriptFragment:TSqlFragment -> IList<TSqlParserToken> 
public function GenerateTokens(
    scriptFragment : TSqlFragment
) : IList<TSqlParserToken>

Parametri

Valore restituito

Tipo: System.Collections.Generic.IList<TSqlParserToken>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptGenerator Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql