Dela via


SqlDeploymentExecutionError.CurrentStep Property

Gets the step that was executed when the error occurred.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Property Value

Type: Microsoft.Data.Schema.Build.DeploymentStep

Remarks

This property can be null if the error occurred when the deployment plan was not executing a specific step.

.NET Framework Security

See Also

Reference

SqlDeploymentExecutionError Class

Microsoft.Data.Schema.Sql.Build Namespace