IDTSVirtualInputColumnCollection100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IDTSVirtualInputColumn100 열의 컬렉션을 포함합니다.
public interface class IDTSVirtualInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0017B41D-CFFF-4BAE-9746-28E13A3FF874")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("6E464A02-FC19-4BC2-B371-EBC026E535E6")]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("F459FF19-A3FF-4CCC-A1BC-A76D87392B1A")]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0017B41D-CFFF-4BAE-9746-28E13A3FF874")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("6E464A02-FC19-4BC2-B371-EBC026E535E6")>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("F459FF19-A3FF-4CCC-A1BC-A76D87392B1A")>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
Public Interface IDTSVirtualInputColumnCollection100
Implements IEnumerable
- 특성
- 구현
설명
IDTSVirtualInputColumnCollection100에는 IDTSVirtualInputColumn100 개체의 컬렉션이 포함됩니다. 컬렉션의 각 가상 입력 열은 IDTSOutputColumn100 그래프의 IDTSOutput100 업스트림 구성 요소에 있는 열을 나타냅니다.
속성
Count |
컬렉션의 IDTSVirtualInputColumn100 열 수를 가져옵니다. |
Item[Object] |
|
메서드
FindObjectByID(Int32) |
컬렉션에서 요청된 개체를 해당 ID로 찾습니다. |
FindObjectIndexByID(Int32) |
컬렉션에서 요청된 개체의 인덱스를 해당 ID로 찾습니다. |
GetEnumerator() |
IDTSVirtualInputColumn100 개체의 컬렉션을 반복할 수 있는 열거자를 반환합니다. |
GetObjectByID(Int32) |
지정된 ID의 IDTSVirtualInputColumn100 개체를 가져옵니다. |
GetObjectIndexByID(Int32) |
컬렉션에서 IDTSVirtualInputColumn100 개체의 인덱스를 가져옵니다. |
GetVirtualInputColumnByLineageID(Int32) |
컬렉션에서 지정된 IDTSVirtualInputColumn100 속성을 갖는 LineageID 개체를 가져옵니다. |
GetVirtualInputColumnByName(String, String) |
지정된 이름의 IDTSVirtualInputColumn100 개체를 가져옵니다. |
SetIndex(Int32, Int32) |
컬렉션에서 IDTSVirtualInputColumn100 개체의 위치를 변경합니다. |