Freigeben über


IDTSPipeline100.PersistenceCustomPropertyCollection-Eigenschaft

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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
An IDTSCustomPropertyCollection100 that contains the collection of custom properties that have the specified persistence format.

Siehe auch

Verweis

IDTSPipeline100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace