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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.