SqlImportScriptService.Completed Property
Gets a value that indicates whether the import operation was successfully completed.
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 Completed As Boolean
public bool Completed { get; internal set; }
public:
property bool Completed {
bool get ();
internal: void set (bool value);
}
member Completed : bool with get, internal set
function get Completed () : boolean
internal function set Completed (value : boolean)
Property Value
Type: System.Boolean
.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