Partager via


SqlDeploymentExecutionError.CurrentStep, propriété

Obtient l'étape qui était exécutée lorsque l'erreur s'est produite.

Espace de noms :  Microsoft.Data.Schema.Sql.Build
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CurrentStep As DeploymentStep
    Get
public DeploymentStep CurrentStep { get; }
public:
property DeploymentStep^ CurrentStep {
    DeploymentStep^ get ();
}
member CurrentStep : DeploymentStep
function get CurrentStep () : DeploymentStep

Valeur de propriété

Type : Microsoft.Data.Schema.Build.DeploymentStep

Notes

Cette propriété peut être Null si l'erreur s'est produite lorsqu'aucune étape n'était pas exécutée dans le plan de déploiement.

Sécurité .NET Framework

Voir aussi

Référence

SqlDeploymentExecutionError Classe

Microsoft.Data.Schema.Sql.Build, espace de noms