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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。