Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.