Gets a value that indicates whether the contributor was canceled.
命名空間: Microsoft.SqlServer.Dac.Deployment
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Protected ReadOnly Property Canceled As Boolean
Get
'用途
Dim value As Boolean
value = Me.Canceled
protected bool Canceled { get; }
protected:
property bool Canceled {
bool get ();
}
member Canceled : bool
function get Canceled () : boolean
屬性值
型別:System.Boolean
true if the contributor was canceled; otherwise, false.