IDTSComponentMetaData100.CustomPropertyCollection 属性
Gets the collection of custom properties exposed by a component.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100
Get
用法
Dim instance As IDTSComponentMetaData100
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 collection of custom properties exposed by a component.
注释
The custom property collection contains the IDTSCustomProperty100 objects added to the collection by the component. Developers who are programmatically building or modifying data flow components should not set the values of these properties directly, but instead should call the SetComponentProperty method of the design-time instance of the component.