Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Format
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistenceFormat
The persistence format.
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]