Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the Visual Studio deployment plan generation engine when the deployment operation has been canceled by the user.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub Cancel
public void Cancel()
public:
void Cancel()
member Cancel : unit -> unit
public function Cancel()
Remarks
Calls the OnCancel method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.