Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that indicates whether the operation has completed.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Property Completed As Boolean
Get
'Usage
Dim instance As Operation
Dim value As Boolean
value = instance.Completed
public bool Completed { get; }
public:
property bool Completed {
bool get ();
}
member Completed : bool
function get Completed () : boolean
Property Value
Type: System.Boolean
true if the operation has completed; otherwise, false.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace