Compartir a través de


IDTSPipeline100.PersistenceCustomPropertyCollection Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property PersistenceCustomPropertyCollection ( _
    Format As DTSPersistenceFormat _
) As IDTSCustomPropertyCollection100 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Vea también

Referencia

IDTSPipeline100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper