MainPipeClass.PersistenceCustomPropertyCollection[DTSPersistenceFormat] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSCustomPropertyCollection100 ^ PersistenceCustomPropertyCollection[Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSPersistenceFormat] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSCustomPropertyCollection100 ^ get(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSPersistenceFormat Format); };
[System.Runtime.InteropServices.DispId(115)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSCustomPropertyCollection100 PersistenceCustomPropertyCollection[Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.DTSPersistenceFormat) : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSCustomPropertyCollection100
Public Overridable ReadOnly Property PersistenceCustomPropertyCollection(Format As DTSPersistenceFormat) As IDTSCustomPropertyCollection100
參數
- Format
- DTSPersistenceFormat
屬性值
資料流程工作之自訂屬性集合的保存格式。
實作
- 屬性