Compartilhar via


Método SqlScriptGenerator.GenerateTokens

Gera uma lista de tokens representando o script gerado pelo fragmento de script especificado.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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>

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

SqlScriptGenerator Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql