Partager via


Méthode DeploymentStep.GenerateTSQL

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

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public MustOverride Function GenerateTSQL As IList(Of String)
'Utilisation
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>

Valeur de retour

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

Voir aussi

Référence

DeploymentStep Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment