Compartir a través de


Operation.Completed Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property Completed As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
true if the operation has completed; otherwise, false.

Vea también

Referencia

Operation Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices