Sdílet prostřednictvím


DeploymentContributor.Canceled Property

Gets a value that indicates whether the contributor was canceled.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Protected ReadOnly Property Canceled As Boolean 
    Get
'Usage
Dim value As Boolean 

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

Property Value

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

See Also

Reference

DeploymentContributor Class

Microsoft.SqlServer.Dac.Deployment Namespace