OAImportScript.Canceled Property

Gets whether the RE run was canceled.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
Public Property Canceled As Boolean
    Get
    Friend Set
'Usage
Dim instance As OAImportScript
Dim value As Boolean

value = instance.Canceled
public bool Canceled { get; internal set; }
public:
property bool Canceled {
    bool get ();
    internal: void set (bool value);
}
function get Canceled () : boolean
internal function set Canceled (value : boolean)
member Canceled : bool with get, internal set

Property Value

Type: System.Boolean
Returns TRUE if the RE run was canceled; otherwise, FALSE.

.NET Framework Security

See Also

Reference

OAImportScript Class

OAImportScript Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace