Partager via


Propriété OperationMessageCollection.Item (Int64)

Gets the operation message with the specified name.

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 OperationMessage 
    Get
'Utilisation
Dim instance As OperationMessageCollection 
Dim id As Long 
Dim value As OperationMessage 

value = instance(id)
public OperationMessage this[
    long id
] { get; }
public:
property OperationMessage^ default[long long id] {
    OperationMessage^ get (long long id);
}
member Item : OperationMessage
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.IntegrationServices.OperationMessage
The operation message with the specified name.

Voir aussi

Référence

OperationMessageCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.IntegrationServices