OperationMessageCollection.Item[] Property

Definition

Overloads

Item[Int64]

Gets the operation message with the specified name.

Item[String]

Gets the OperationMessage with the specified name.

Item[Int64]

Gets the operation message with the specified name.

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

Parameters

id
Int64

The specified name.

Property Value

The operation message with the specified name.

Applies to

Item[String]

Gets the OperationMessage with the specified name.

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

Parameters

id
String

The key of the operation operation message, it could be the string of long or guid.

Property Value

Applies to