OperationMessageCollection.Item Propiedad (Int64)
Gets the operation message with the specified name.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- id
Tipo: System.Int64
The specified name.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.IntegrationServices.OperationMessage
The operation message with the specified name.
Vea también
Referencia
OperationMessageCollection Clase
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices