Proprietà PersistenceCustomPropertyCollection
Gets the persistence format of the data flow task's custom property collection.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property PersistenceCustomPropertyCollection ( _
Format As DTSPersistenceFormat _
) As IDTSCustomPropertyCollection100
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- Format
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .DTSPersistenceFormat
The persistence format.
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomPropertyCollection100
Implementa
IDTSPipeline100. . :: . .PersistenceCustomPropertyCollection[ ( [ ( DTSPersistenceFormat] ) ] )
Vedere anche