Share via


TargetModelOperation.GenerateSteps Method

Generates a list of steps.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustOverride Function GenerateSteps As IList(Of DeploymentStep)
public abstract IList<DeploymentStep> GenerateSteps()
public:
virtual IList<DeploymentStep^>^ GenerateSteps() abstract
abstract GenerateSteps : unit -> IList<DeploymentStep> 
public abstract function GenerateSteps() : IList<DeploymentStep>

Return Value

Type: System.Collections.Generic.IList<DeploymentStep>

.NET Framework Security

See Also

Reference

TargetModelOperation Class

Microsoft.Data.Schema.Build Namespace