หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets a value that indicates whether the contributor was canceled.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Protected ReadOnly Property Canceled As Boolean
Get
'Usage
Dim value As Boolean
value = Me.Canceled
protected bool Canceled { get; }
protected:
property bool Canceled {
bool get ();
}
member Canceled : bool
function get Canceled () : boolean
Property Value
Type: System.Boolean
true if the contributor was canceled; otherwise, false.