IDTSInputColumn100.CustomPropertyCollection 属性

Gets the IDTSCustomPropertyCollection100 collection of an input column.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100 
    Get
用法
Dim instance As IDTSInputColumn100 
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
The IDTSCustomPropertyCollection100 of the input column.

注释

The CustomPropertyCollection property contains the collection of IDTSCustomProperty100 objects added to the input by the component.

请参阅

参考

IDTSInputColumn100 接口

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