次の方法で共有


IDTSExternalMetadataColumnCollection100.Item[Object] プロパティ

定義

Index パラメーターで指定された IDTSExternalMetadataColumn100 オブジェクトを取得します。

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSExternalMetadataColumn100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSExternalMetadataColumn100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100 this[object Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
Default Public ReadOnly Property Item(Index As Object) As IDTSExternalMetadataColumn100

パラメーター

Index
Object

取得する IDTSExternalMetadataColumn100 の名前またはインデックスです。

プロパティ値

Index パラメーターで指定された IDTSExternalMetadataColumn100 です。

属性

注釈

外部メタデータ列は、Index パラメーターとして列の名前またはインデックスを使用して、コレクションから取得できます。 Index パラメーターで指定した列がコレクション内に見つからない場合、Microsoft.SqlServer.Dts.HResults.DTS_E_INVALIDINDEX 例外が発生します。

適用対象