IDTSParameters100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
패키지 매개 변수 및 프로젝트 매개 변수 컬렉션 모두에 사용되는 클래스를 나타냅니다.
public interface class IDTSParameters100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FF9053B8-C6C0-4E5B-92CD-344D9FFC64A6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSParameters100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7D9D2D34-FF5F-4978-93F6-EA59310099B9")]
public interface IDTSParameters100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A2901F46-7C47-46BF-B5B6-C6C47582498A")]
public interface IDTSParameters100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("FF9053B8-C6C0-4E5B-92CD-344D9FFC64A6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSParameters100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7D9D2D34-FF5F-4978-93F6-EA59310099B9")>]
type IDTSParameters100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A2901F46-7C47-46BF-B5B6-C6C47582498A")>]
type IDTSParameters100 = interface
interface IEnumerable
Public Interface IDTSParameters100
Implements IEnumerable
- 특성
- 구현
속성
Count |
DTSReadOnlyCollectionBase 인스턴스에 포함된 요소의 수를 가져옵니다. |
Item[Object] |
매개 변수 컬렉션에서 지정된 인덱스를 가진 매개 변수 개체를 가져옵니다. |
메서드
Add(String, UInt16) |
매개 변수 컬렉션에 지정한 이름 및 데이터 형식을 갖는 매개 변수 개체를 추가합니다. |
Contains(Object) |
지정한 이름을 갖는 매개 변수 개체가 매개 변수 컬렉션에 포함되어 있는지 여부를 확인합니다. |
GetEnumerator() |
DTSReadOnlyCollectionBase 인스턴스를 반복할 수 있는 열거자를 반환합니다. |
Join(IDTSParameter100) |
지정된 매개 변수를 매개 변수 컬렉션에 조인합니다. |
Remove(Object) |
매개 변수 컬렉션에서 매개 변수 개체를 제거합니다. |