共用方式為


IDTSExternalMetadataColumn100.CustomPropertyCollection 屬性

Gets the custom property collection of the external metadata column.

命名空間:  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
An IDTSCustomPropertyCollection100 that contains the custom property collection of the external metadata column.

請參閱

參考

IDTSExternalMetadataColumn100 介面

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