DeploymentStep.GenerateTSQL Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)