IDTSCustomPropertyCollection100 介面

定義

public interface class IDTSCustomPropertyCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("2D91D6F5-349E-452F-80E4-E7793F08C843")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("2D91D6F5-349E-452F-80E4-E7793F08C843")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomPropertyCollection100 = interface
    interface IEnumerable
Public Interface IDTSCustomPropertyCollection100
Implements IEnumerable
屬性
實作

備註

自訂屬性提供一種機制,讓資料流物件能揭露介面本身實作之外的其他屬性。 例如,OLE DB 原始碼介面卡包含一個自訂屬性,允許使用者指定資料來源的 SQL 陳述句。

IDTSComponentMetaData100 介面的自訂屬性集合會在呼叫 ProvideComponentProperties 方法時填充。 其他時間不應再將屬性加入此集合。

以下介面包含自訂屬性集合:

  • IDTSComponentMetaData100

  • IDTSInput100

  • IDTSOutput100

  • IDTSInputColumn100

  • IDTSOutputColumn100

適用於