Proprietà IDTSPipeline100.PersistenceCustomPropertyCollection

Gets the collection of custom properties that have the specified persistence format.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property PersistenceCustomPropertyCollection ( _
    Format As DTSPersistenceFormat _
) As IDTSCustomPropertyCollection100 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

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

Vedere anche

Riferimento

IDTSPipeline100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper