Язык

IDTSComponentMetaData100.CustomPropertyCollection Свойство

Определение

Получает коллекцию пользовательских свойств, открытых компонентом.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomPropertyCollection100 ^ CustomPropertyCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomPropertyCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(105)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100 CustomPropertyCollection { [System.Runtime.InteropServices.DispId(105)] get; }
[<System.Runtime.InteropServices.DispId(105)>]
[<get: System.Runtime.InteropServices.DispId(105)>]
member this.CustomPropertyCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
Public ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100

Значение свойства

Коллекция пользовательских свойств, открытых компонентом.

Атрибуты

Комментарии

Пользовательская коллекция свойств содержит IDTSCustomProperty100 объекты, добавленные компонентом в коллекцию. Разработчикам, которые программно строят или изменяют компоненты потоков данных, не следует напрямую устанавливать значения этих свойств, а вызывать SetComponentProperty метод экземпляра компонента в момент проектирования.

Применяется к