Compartir a través de


DeploymentStep.GenerateTSQL Método

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

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

DeploymentStep Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment