Share via


SchemaCompareScriptService.Canceled Property

Gets or sets a value that indicates whether script service processes have been canceled.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Protected Property Canceled As Boolean
protected bool Canceled { get; set; }
protected:
property bool Canceled {
    bool get ();
    void set (bool value);
}
member Canceled : bool with get, set
function get Canceled () : boolean
function set Canceled (value : boolean)

Property Value

Type: System.Boolean
true if the script service processes have been canceled; otherwise, false.

Remarks

At certain points in their execution, processes check this value to determine whether the process should continue.

.NET Framework Security

See Also

Reference

SchemaCompareScriptService Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace

Cancel