次の方法で共有


OperationCollection.Item プロパティ (Int64)

指定した名前の操作を取得します。

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

構文

'宣言
Public ReadOnly Default Property Item ( _
    id As Long _
) As Operation 
    Get
'使用
Dim instance As OperationCollection 
Dim id As Long 
Dim value As Operation 

value = instance(id)
public Operation this[
    long id
] { get; }
public:
property Operation^ default[long long id] {
    Operation^ get (long long id);
}
member Item : Operation
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.SqlServer.Management.IntegrationServices.Operation
指定した名前の操作。

関連項目

参照

OperationCollection クラス

Item オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間