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 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.