Свойство MainPipeClass.PersistenceCustomPropertyCollection
Gets the persistence format of the data flow task's custom property collection.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property PersistenceCustomPropertyCollection ( _
Format As DTSPersistenceFormat _
) As IDTSCustomPropertyCollection100
Get
'Применение
Dim instance As MainPipeClass
Dim Format As DTSPersistenceFormat
Dim value As IDTSCustomPropertyCollection100
value = instance.PersistenceCustomPropertyCollection(Format)
public virtual IDTSCustomPropertyCollection100 this[
DTSPersistenceFormat Format
] { get; }
public:
virtual property IDTSCustomPropertyCollection100^ PersistenceCustomPropertyCollection[[InAttribute] DTSPersistenceFormat Format] {
IDTSCustomPropertyCollection100^ get ([InAttribute] DTSPersistenceFormat Format);
}
abstract PersistenceCustomPropertyCollection : IDTSCustomPropertyCollection100
override PersistenceCustomPropertyCollection : IDTSCustomPropertyCollection100
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- Format
Тип: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistenceFormat
The persistence format.
Значение свойства
Тип: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
The persistence format of the data flow task's custom property collection.
Реализует
IDTSPipeline100.PersistenceCustomPropertyCollection[DTSPersistenceFormat]