PersistenceCustomPropertyCollection 属性

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

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
ReadOnly Property PersistenceCustomPropertyCollection ( _
    Format As DTSPersistenceFormat _
) As IDTSCustomPropertyCollection100
    Get
用法
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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

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