Compartir a través de


MainPipeClass.PersistenceCustomPropertyCollection Property

Gets the persistence format of the data flow task's custom property collection.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<DispIdAttribute(115)> _
Public Overridable ReadOnly Property PersistenceCustomPropertyCollection ( _
    <InAttribute> Format As DTSPersistenceFormat _
) As IDTSCustomPropertyCollection90 Implements IDTSPipeline90.PersistenceCustomPropertyCollection
[DispIdAttribute(115)] 
public virtual IDTSCustomPropertyCollection90 IDTSPipeline90.PersistenceCustomPropertyCollection [
    [InAttribute] DTSPersistenceFormat Format
] { get; }
[DispIdAttribute(115)] 
public:
virtual property IDTSCustomPropertyCollection90^ PersistenceCustomPropertyCollection [DTSPersistenceFormat] {
    IDTSCustomPropertyCollection90^ get ([InAttribute] DTSPersistenceFormat Format) = IDTSPipeline90::PersistenceCustomPropertyCollection::get;
}
J# permite el uso de implementaciones de interfaz explícita, pero no la declaración de otras nuevas.
JScript permite el uso de implementaciones de interfaz explícita, pero no la declaración de otras nuevas.

Parámetros

  • Format
    The persistence format.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

MainPipeClass Class
MainPipeClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace