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 the execution operation of the ExecutionOperationCollection object with the specified id.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
id As Long _
) As ExecutionOperation
Get
'Utilisation
Dim instance As ExecutionOperationCollection
Dim id As Long
Dim value As ExecutionOperation
value = instance(id)
public ExecutionOperation this[
long id
] { get; }
public:
property ExecutionOperation^ default[long long id] {
ExecutionOperation^ get (long long id);
}
member Item : ExecutionOperation
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- id
Type : System.Int64
The identifier.
Valeur de propriété
Type : Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
The execution operation of the specified object.
Voir aussi
Référence
ExecutionOperationCollection Classe
Espace de noms Microsoft.SqlServer.Management.IntegrationServices