Compartir a través de


DeploymentContributor.Canceled Propiedad

Gets a value that indicates whether the contributor was canceled.

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Protected ReadOnly Property Canceled As Boolean 
    Get
'Uso
Dim value As Boolean 

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

Valor de la propiedad

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

Vea también

Referencia

DeploymentContributor Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment