IDTSCustomProperty100 介面

定義

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100
[System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
[<System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")>]
[<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 元件設計時方法中的「建立自訂屬性」。

適用於