共用方式為


IDTSPipeline100.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.

請參閱

參考

IDTSPipeline100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間