ISchemaDeploymentController.Cancel Method
When implemented in a derived class, uses the value of the Deployment property to cancel the current deployment operation.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Sub Cancel
void Cancel()
void Cancel()
abstract Cancel : unit -> unit
function Cancel()
.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.
See Also
Reference
ISchemaDeploymentController Interface