IDTSConfigurations100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
개체의 IDTSConfiguration100 컬렉션을 나타냅니다.
public interface class IDTSConfigurations100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConfigurations100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")>]
type IDTSConfigurations100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")>]
type IDTSConfigurations100 = interface
interface IEnumerable
Public Interface IDTSConfigurations100
Implements IEnumerable
- 특성
- 구현
설명
자세한 내용은 Configurations를 참조하세요.
속성
| Name | Description |
|---|---|
| Count |
컬렉션의 요소 수를 가져옵니다. |
| Item[Object] |
IDTSConfiguration100 컬렉션에서 개체를 가져옵니다. |
메서드
| Name | Description |
|---|---|
| Add() |
IDTSConfiguration100 컬렉션의 끝에 개체를 추가합니다. |
| GetEnumerator() |
컬렉션을 반복 IDTSConfiguration100 하기 위해 열거자를 반환합니다. |
| InsertAfter(Object, IDTSConfiguration100) |
기존 IDTSConfiguration100 객체 다음에 컬렉션에 객체를 추가합니다IDTSConfiguration100. |
| InsertBefore(Object, IDTSConfiguration100) |
기존 IDTSConfiguration100 객체보다 먼저 객체를 컬렉션에 추가합니다IDTSConfiguration100. |
| MoveAfter(Object, IDTSConfiguration100) |
기존 IDTSConfiguration100 객체 이후에 객체를 IDTSConfiguration100 재배치합니다. |
| MoveBefore(Object, IDTSConfiguration100) |
기존 IDTSConfiguration100 객체 앞에 객체를 재배치합니다IDTSConfiguration100. |
| Remove(Object) |
컬렉션에서 개체를 제거합니다 IDTSConfiguration100 . |