Свойство IDTSOutputColumn100.CustomPropertyCollection
Gets an IDTSCustomPropertyCollection100 collection of the output column.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100
Get
'Применение
Dim instance As IDTSOutputColumn100
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 collection of the output column.