IDTSCustomProperty100 介面

定義

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
屬性
實作

備註

IDTSCustomProperty100 物件用於揭露資料流程任務中物件的自訂資訊。

IDTSCustomProperty100 物件可在元件的大多數物件 IDTSComponentMetaData100 上使用,並自動持久化於套件的 XML 中。 自訂屬性可透過呼叫集合的新方法加入 IDTSCustomPropertyCollection100

關於設定自訂屬性的資訊,請參閱 Data Flow 元件設計時方法中的「建立自訂屬性」。

適用於