IDTSCustomPropertyCollection100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IDTSCustomProperty100 개체의 컬렉션을 포함합니다.
public interface class IDTSCustomPropertyCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6572CF14-47A2-4D56-9D97-724519547028")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3C88E98B-D1B8-4D9E-B66E-E8A9A687618A")]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("FC9C6EB3-F689-47CA-AAC9-C0F0BEEE5B6B")]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6572CF14-47A2-4D56-9D97-724519547028")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomPropertyCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3C88E98B-D1B8-4D9E-B66E-E8A9A687618A")>]
type IDTSCustomPropertyCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("FC9C6EB3-F689-47CA-AAC9-C0F0BEEE5B6B")>]
type IDTSCustomPropertyCollection100 = interface
interface IEnumerable
Public Interface IDTSCustomPropertyCollection100
Implements IEnumerable
- 특성
- 구현
설명
사용자 지정 속성은 데이터 흐름 개체가 인터페이스 자체에서 구현된 속성 이외의 추가 속성을 노출하는 메커니즘을 제공합니다. 예를 들어 OLE DB 원본 어댑터에는 사용자가 데이터 원본에 대한 SQL 문을 지정할 수 있는 사용자 지정 속성이 포함되어 있습니다.
메서드를 호출하는 동안 인터페이스의 IDTSComponentMetaData100 사용자 지정 속성 컬렉션이 ProvideComponentProperties 채워집니다. 속성은 이 컬렉션에 다른 시간에 추가하면 안 됩니다.
다음 인터페이스에는 사용자 지정 속성 컬렉션이 포함되어 있습니다.
속성
Count |
IDTSCustomPropertyCollection100에 포함된 요소 수를 가져옵니다. |
Item[Object] |
|
메서드
FindObjectByID(Int32) |
컬렉션에서 요청된 개체를 해당 ID로 찾습니다. |
FindObjectIndexByID(Int32) |
컬렉션에서 요청된 개체의 인덱스를 해당 ID로 찾습니다. |
GetEnumerator() |
IDTSCustomPropertyCollection100을 반복할 수 있는 열거자를 반환합니다. |
GetObjectByID(Int32) |
지정된 ID의 IDTSCustomPropertyCollection100 개체를 가져옵니다. |
GetObjectIndexByID(Int32) |
지정된 ID를 갖는 IDTSCustomProperty100 개체의 인덱스를 가져옵니다. |
New() |
새 IDTSCustomProperty100 개체를 만들어 컬렉션의 끝에 추가합니다. |
NewAt(Int32) |
컬렉션의 지정된 위치에 새 IDTSCustomProperty100 개체를 만듭니다. |
RemoveAll() |
컬렉션에서 각 IDTSCustomProperty100 개체를 삭제합니다. |
RemoveObjectByID(Int32) |
지정된 ID의 IDTSCustomProperty100을 삭제합니다. |
RemoveObjectByIndex(Object) |
|
SetIndex(Int32, Int32) |
컬렉션에서 IDTSCustomProperty100 개체의 위치를 변경합니다. |