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 の文字列である可能性があります。

プロパティ値

適用対象