Share via


DeploymentPlanGenerator.Cancel Method

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

See Also

Reference

DeploymentPlanGenerator Class

Microsoft.Data.Schema.Build Namespace

OnCancel