DeploymentStep.GenerateTSQL Method
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 (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public MustOverride Function GenerateTSQL As IList(Of String)
'Usage
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>
Return Value
Type: System.Collections.Generic.IList<String>
A list of strings that represent a set of TSQL script batches to be applied during deployment.