次の方法で共有


IDTSCustomPropertyCollection100.Item プロパティ

Index パラメーターで指定された IDTSCustomProperty100 を取得します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSCustomProperty100 
    Get
'使用
Dim instance As IDTSCustomPropertyCollection100 
Dim Index As Object 
Dim value As IDTSCustomProperty100 

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

パラメーター

プロパティ値

型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Index パラメーターで指定された IDTSCustomProperty100 です。

関連項目

参照

IDTSCustomPropertyCollection100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間