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 命名空间