Sdílet prostřednictvím


DeploymentContributor.CancellationToken Property

Gets the CancellationToken used to indicate whether contributor execution should be canceled.

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

Syntax

'Declaration
Protected ReadOnly Property CancellationToken As CancellationToken 
    Get
'Usage
Dim value As CancellationToken 

value = Me.CancellationToken
protected CancellationToken CancellationToken { get; }
protected:
property CancellationToken CancellationToken {
    CancellationToken get ();
}
member CancellationToken : CancellationToken
function get CancellationToken () : CancellationToken

Property Value

Type: System.Threading.CancellationToken
The CancellationToken used to indicate whether contributor execution should be canceled.

See Also

Reference

DeploymentContributor Class

Microsoft.SqlServer.Dac.Deployment Namespace