SqlImportScriptService.WasCanceled Property
Gets a value that indicates whether the import operation was canceled.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
Public Property WasCanceled As Boolean
public bool WasCanceled { get; internal set; }
public:
property bool WasCanceled {
bool get ();
internal: void set (bool value);
}
member WasCanceled : bool with get, internal set
function get WasCanceled () : boolean
internal function set WasCanceled (value : boolean)
Property Value
Type: System.Boolean
Remarks
Usually an import operation is canceled as a result of an exception, such as occurs when the operation cannot connect to an instance of SQL Server.
.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
Microsoft.VisualStudio.Data.Schema.Package.Sql.Project Namespace