IDTSVariables100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
객체 집합 IDTSVariable100 을 작업하기 위한 속성과 방법을 제공합니다.
public interface class IDTSVariables100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D1A469BC-F371-4D15-832F-BACB50C162E9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2CD38B23-6C17-4025-A8B6-D2E497DD1DDC")]
public interface IDTSVariables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("12158F59-81D8-413E-A1AC-156585D2BEC5")]
public interface IDTSVariables100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D1A469BC-F371-4D15-832F-BACB50C162E9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariables100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2CD38B23-6C17-4025-A8B6-D2E497DD1DDC")>]
type IDTSVariables100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("12158F59-81D8-413E-A1AC-156585D2BEC5")>]
type IDTSVariables100 = interface
interface IEnumerable
Public Interface IDTSVariables100
Implements IEnumerable
- 파생
- 특성
- 구현
속성
| Name | Description |
|---|---|
| Count |
컬렉션에 포함된 요소 수를 가져옵니다. |
| Item[Object] |
IDTSVariable100 컬렉션에서 개체를 가져옵니다. |
| Locked |
집합 내 변수들이 잠겼는지 여부를 나타내는 값을 받습니다. |
메서드
| Name | Description |
|---|---|
| Add(String, Boolean, String, Object) |
컬렉션에 IDTSVariable100 개체를 추가합니다. |
| Contains(Object) |
예외를 던지지 않고 인덱싱을 통해 컬렉션 내 항목에 접근할 수 있는지 결정합니다. |
| GetEnumerator() |
컬렉션을 반복할 때 사용할 수 있는 열거자를 반환 IEnumerator 합니다. |
| Join(IDTSVariable100) |
컬렉션에 합류 IDTSVariable100 합니다. |
| Remove(Object) |
컬렉션에서 개체를 제거합니다 IDTSVariable100 . |
| Unlock() |
컬렉션의 잠금을 해제하고 컬렉션 상태를 무효 또는 미확인으로 표시합니다. |