Partilhar via


Método DeploymentStep.GenerateTSQL

Returns a list of strings that represent a set of TSQL script batches to be applied during deployment.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public MustOverride Function GenerateTSQL As IList(Of String)
'Uso
Dim instance As DeploymentStep 
Dim returnValue As IList(Of String)

returnValue = instance.GenerateTSQL()
public abstract IList<string> GenerateTSQL()
public:
virtual IList<String^>^ GenerateTSQL() abstract
abstract GenerateTSQL : unit -> IList<string> 
public abstract function GenerateTSQL() : IList<String>

Valor de retorno

Tipo: System.Collections.Generic.IList<String>
A list of strings that represent a set of TSQL script batches to be applied during deployment.

Consulte também

Referência

DeploymentStep Classe

Namespace Microsoft.SqlServer.Dac.Deployment