Partager via


Propriété DeploymentContributor.Canceled

Gets a value that indicates whether the contributor was canceled.

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Protected ReadOnly Property Canceled As Boolean 
    Get
'Utilisation
Dim value As Boolean 

value = Me.Canceled
protected bool Canceled { get; }
protected:
property bool Canceled {
    bool get ();
}
member Canceled : bool
function get Canceled () : boolean

Valeur de propriété

Type : System.Boolean
true if the contributor was canceled; otherwise, false.

Voir aussi

Référence

DeploymentContributor Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment