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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.