IDTSPipeline100.PersistenceCustomPropertyCollection[DTSPersistenceFormat] プロパティ

定義

指定された永続性フォーマットを持つカスタムプロパティのコレクションを取得します。

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomPropertyCollection100 ^ PersistenceCustomPropertyCollection[Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSPersistenceFormat] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomPropertyCollection100 ^ get(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSPersistenceFormat Format); };
[System.Runtime.InteropServices.DispId(115)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100 PersistenceCustomPropertyCollection[Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistenceFormat Format] { [System.Runtime.InteropServices.DispId(115)] get; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
member this.PersistenceCustomPropertyCollection(Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistenceFormat) : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
Public ReadOnly Property PersistenceCustomPropertyCollection(Format As DTSPersistenceFormat) As IDTSCustomPropertyCollection100

パラメーター

Format
DTSPersistenceFormat

永続化フォーマットです。

プロパティ値

指定された永続性フォーマットを持つカスタムプロパティの集合を含む IDTSCustomPropertyCollection100 です。

属性

適用対象