Propriedade do RDL DeploymentContributor.Canceled
Gets a value that indicates whether the contributor was canceled.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the contributor was canceled; otherwise, false.