IDTSCustomPropertyCollection100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public interface class IDTSCustomPropertyCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8939CEC8-CEA6-4180-9EE0-504A4E4593CF")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8939CEC8-CEA6-4180-9EE0-504A4E4593CF")>]
[<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 중에 채워집니다. 속성은 이 컬렉션에 다른 시점에 추가해서는 안 됩니다.
다음 인터페이스들은 사용자 지정 속성 컬렉션을 포함하고 있습니다:
IDTSInputColumn100
속성
| Name | Description |
|---|---|
| Count | |
| Item[Object] | |