OperationMessageCollection.Item[] 属性

定义

重载

Item[Int64]

获取具有指定名称的操作消息。

Item[String]

获取具有指定名称的 OperationMessage。

Item[Int64]

获取具有指定名称的操作消息。

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

参数

id
Int64

指定的名称。

属性值

具有指定名称的操作消息。

适用于

Item[String]

获取具有指定名称的 OperationMessage。

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

参数

id
String

操作消息的键,可以是 long 或 guid 字符串。

属性值

适用于