Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Attempts to cancel the execution of a SqlCeCommand.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Sub Cancel
'Usage
Dim instance As SqlCeCommand
instance.Cancel()
public override void Cancel()
public:
virtual void Cancel() override
abstract Cancel : unit -> unit
override Cancel : unit -> unit
public override function Cancel()
Implements
Remarks
Cancel always throws an unsupported exception in SQL Server Compact.