IDTSPipeline100.PersistenceCustomPropertyCollection Property
Gets the collection of custom properties that have the specified persistence format.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
ReadOnly Property PersistenceCustomPropertyCollection ( _
Format As DTSPersistenceFormat _
) As IDTSCustomPropertyCollection100
Get
'Usage
Dim instance As IDTSPipeline100
Dim Format As DTSPersistenceFormat
Dim value As IDTSCustomPropertyCollection100
value = instance.PersistenceCustomPropertyCollection(Format)
IDTSCustomPropertyCollection100 this[
DTSPersistenceFormat Format
] { get; }
property IDTSCustomPropertyCollection100^ PersistenceCustomPropertyCollection[[InAttribute] DTSPersistenceFormat Format] {
IDTSCustomPropertyCollection100^ get ([InAttribute] DTSPersistenceFormat Format);
}
abstract PersistenceCustomPropertyCollection : IDTSCustomPropertyCollection100
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- Format
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistenceFormat
The persistence format.
Property Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
An IDTSCustomPropertyCollection100 that contains the collection of custom properties that have the specified persistence format.