Compartilhar via


Propriedade do RDL OperationMessageCollection.Item (Int64)

Gets the operation message with the specified name.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    id As Long _
) As OperationMessage 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Consulte também

Referência

OperationMessageCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.IntegrationServices