OperationMessageCollection.Item[] 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.
Surcharges
Item[Int64] |
Obtient le message d'opération avec le nom spécifié. |
Item[String] |
Obtient l’opérationMessage avec le nom spécifié. |
Item[Int64]
Obtient le message d'opération avec le nom spécifié.
public:
property Microsoft::SqlServer::Management::IntegrationServices::OperationMessage ^ default[long] { Microsoft::SqlServer::Management::IntegrationServices::OperationMessage ^ get(long id); };
public Microsoft.SqlServer.Management.IntegrationServices.OperationMessage this[long id] { get; }
member this.Item(int64) : Microsoft.SqlServer.Management.IntegrationServices.OperationMessage
Default Public ReadOnly Property Item(id As Long) As OperationMessage
Paramètres
- id
- Int64
Nom spécifié.
Valeur de propriété
Message d'opération avec le nom spécifié.
S’applique à
Item[String]
Obtient l’opérationMessage avec le nom spécifié.
public:
property Microsoft::SqlServer::Management::IntegrationServices::OperationMessage ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::OperationMessage ^ get(System::String ^ id); };
public Microsoft.SqlServer.Management.IntegrationServices.OperationMessage this[string id] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.OperationMessage
Default Public ReadOnly Property Item(id As String) As OperationMessage
Paramètres
- id
- String
Clé du message d’opération, il peut s’agir de la chaîne long ou du guid.