共用方式為


TargetModelOperation.GenerateSteps 方法

產生步驟的清單。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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>

傳回值

型別:System.Collections.Generic.IList<DeploymentStep>

.NET Framework 安全性

請參閱

參考

TargetModelOperation 類別

Microsoft.Data.Schema.Build 命名空間