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

속성

Count
Item[Object]

메서드

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

적용 대상