Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the CancellationToken used to indicate whether contributor execution should be canceled.
Spazio dei nomi Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Sintassi
'Dichiarazione
Protected ReadOnly Property CancellationToken As CancellationToken
Get
'Utilizzo
Dim value As CancellationToken
value = Me.CancellationToken
protected CancellationToken CancellationToken { get; }
protected:
property CancellationToken CancellationToken {
CancellationToken get ();
}
member CancellationToken : CancellationToken
function get CancellationToken () : CancellationToken
Valore proprietà
Tipo: System.Threading.CancellationToken
The CancellationToken used to indicate whether contributor execution should be canceled.