共用方式為


SqlDeploymentExecutionError.CurrentStep 屬性

取得發生錯誤時所執行的步驟。

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

語法

'宣告
Public ReadOnly Property CurrentStep As DeploymentStep
    Get
public DeploymentStep CurrentStep { get; }
public:
property DeploymentStep^ CurrentStep {
    DeploymentStep^ get ();
}
member CurrentStep : DeploymentStep
function get CurrentStep () : DeploymentStep

屬性值

型別:Microsoft.Data.Schema.Build.DeploymentStep

備註

未在特定步驟中執行部署計劃時,如果發生錯誤,這個屬性可以是 null。

.NET Framework 安全性

請參閱

參考

SqlDeploymentExecutionError 類別

Microsoft.Data.Schema.Sql.Build 命名空間