OperationMessageCollection.Item プロパティ (Int64)

指定した名前の操作メッセージを取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    id As Long _
) As OperationMessage 
    Get
'使用
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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.SqlServer.Management.IntegrationServices.OperationMessage
指定した名前の操作メッセージ。

関連項目

参照

OperationMessageCollection クラス

Item オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間