Compartir a través de


SqlDeploymentExecutionError.CurrentStep (Propiedad)

Obtiene el paso que se ejecutó cuando se produjo el error.

Espacio de nombres:  Microsoft.Data.Schema.Sql.Build
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.Data.Schema.Build.DeploymentStep

Comentarios

Esta propiedad puede ser NULL si el error se produjo cuando el plan de implementación no ejecuta un paso específico.

Seguridad de .NET Framework

Vea también

Referencia

SqlDeploymentExecutionError Clase

Microsoft.Data.Schema.Sql.Build (Espacio de nombres)