Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- Format
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistenceFormat
The persistence format.
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
The persistence format of the data flow task's custom property collection.
Implementiert
IDTSPipeline100.PersistenceCustomPropertyCollection[DTSPersistenceFormat]