Condividi tramite


Proprietà DeploymentContributor.Canceled

Gets a value that indicates whether the contributor was canceled.

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Protected ReadOnly Property Canceled As Boolean 
    Get
'Utilizzo
Dim value As Boolean 

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

Valore proprietà

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

Vedere anche

Riferimento

DeploymentContributor Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment