ExecutionOperationCollection.Item[Int64] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l'opération d'exécution de l'objet ExecutionOperationCollection avec l'ID spécifié.
public:
property Microsoft::SqlServer::Management::IntegrationServices::ExecutionOperation ^ default[long] { Microsoft::SqlServer::Management::IntegrationServices::ExecutionOperation ^ get(long id); };
public Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation this[long id] { get; }
member this.Item(int64) : Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
Default Public ReadOnly Property Item(id As Long) As ExecutionOperation
Paramètres
- id
- Int64
L'identificateur.
Valeur de propriété
Opération d'exécution de l'objet spécifié.