Share via


SchemaCompareConnectionBasedModelCreator.Canceled Property

Gets or sets a value that indicates whether the comparison was 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; private set; }
protected:
property bool Canceled {
    bool get ();
    private: void set (bool value);
}
member Canceled : bool with get, private set
function get Canceled () : boolean
private function set Canceled (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SchemaCompareConnectionBasedModelCreator Class

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