หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.