Свойство Operation.Completed

Gets or sets a value that indicates whether the operation has completed.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
Public ReadOnly Property Completed As Boolean 
    Get
'Применение
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

Значение свойства

Тип: System.Boolean
true if the operation has completed; otherwise, false.

См. также

Справочник

Operation Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices