Share via


OperationMessageCollection.Item[] Propiedad

Definición

Sobrecargas

Item[Int64]

Obtiene el mensaje de operación con el nombre especificado.

Item[String]

Obtiene operationMessage con el nombre especificado.

Item[Int64]

Obtiene el mensaje de operación con el nombre especificado.

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

Parámetros

id
Int64

El nombre especificado.

Valor de propiedad

El mensaje de operación con el nombre especificado.

Se aplica a

Item[String]

Obtiene operationMessage con el nombre especificado.

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

Parámetros

id
String

La clave del mensaje de operación de operación, podría ser la cadena de long o guid.

Valor de propiedad

Se aplica a