Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a value that indicates whether the operation has completed.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Completed As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if the operation has completed; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices