Share via


MainPipeClass.PersistenceCustomPropertyCollection Property

Gets the persistence format of the data flow task's custom property collection.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property PersistenceCustomPropertyCollection ( _
    Format As DTSPersistenceFormat _
) As IDTSCustomPropertyCollection100 
    Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
The persistence format of the data flow task's custom property collection.

Implements

IDTSPipeline100.PersistenceCustomPropertyCollection[DTSPersistenceFormat]

See Also

Reference

MainPipeClass Class

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace