Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.