次の方法で共有


IDTSExternalMetadataColumn100.CustomPropertyCollection プロパティ

外部メタデータ列のカスタム プロパティ コレクションを取得します。

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

構文

'宣言
ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100 
    Get
'使用
Dim instance As IDTSExternalMetadataColumn100 
Dim value As IDTSCustomPropertyCollection100 

value = instance.CustomPropertyCollection
IDTSCustomPropertyCollection100 CustomPropertyCollection { get; }
property IDTSCustomPropertyCollection100^ CustomPropertyCollection {
    IDTSCustomPropertyCollection100^ get ();
}
abstract CustomPropertyCollection : IDTSCustomPropertyCollection100
function get CustomPropertyCollection () : IDTSCustomPropertyCollection100

プロパティ値

型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
外部メタデータ列のカスタム プロパティ コレクションを含む IDTSCustomPropertyCollection100 です。

関連項目

参照

IDTSExternalMetadataColumn100 インターフェイス

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