언어

IDTSParameters100 인터페이스

정의

패키지 매개변수와 프로젝트 매개변수 컬렉션 모두에서 사용되는 클래스를 나타냅니다.

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
특성
구현

속성

Name Description
Count

DTSReadOnlyCollectionBase 인스턴스에 포함된 요소 수를 얻습니다.

Item[Object]

지정된 인덱스를 가진 매개변수 집합 내 매개변수 객체를 얻습니다.

메서드

Name Description
Add(String, UInt16)

지정된 이름과 데이터 타입을 가진 매개변수 객체를 매개변수 컬렉션에 추가합니다.

Contains(Object)

지정된 이름을 가진 매개변수 객체가 매개변수 컬렉션에 포함되는지 여부를 결정합니다.

GetEnumerator()

DTSReadOnlyCollectionBase 인스턴스를 반복할 수 있는 열거자를 반환합니다.

Join(IDTSParameter100)

지정된 매개변수를 매개변수 집합에 결합합니다.

Remove(Object)

매개변수 집합에서 매개변수 객체를 제거합니다.

적용 대상