DeploymentStepInternal.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 Overrides Function GenerateTSQL As IList(Of String)
'Usage
Dim instance As DeploymentStepInternal
Dim returnValue As IList(Of String)
returnValue = instance.GenerateTSQL()
public override IList<string> GenerateTSQL()
public:
virtual IList<String^>^ GenerateTSQL() override
abstract GenerateTSQL : unit -> IList<string>
override GenerateTSQL : unit -> IList<string>
public override function GenerateTSQL() : IList<String>
Return Value
Type: System.Collections.Generic.IList<String>