Share via


DeploymentStep.GenerateTSQL Method

Definition

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

public abstract System.Collections.Generic.IList<string> GenerateTSQL ();
abstract member GenerateTSQL : unit -> System.Collections.Generic.IList<string>
Public MustOverride Function GenerateTSQL () As IList(Of String)

Returns

Applies to