IDTSVariables100 인터페이스

정의

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

속성

Count

컬렉션에 포함된 요소 수를 가져옵니다.

Item[Object]

컬렉션에서 IDTSVariable100 개체를 가져옵니다.

Locked

컬렉션의 변수가 잠겼는지 여부를 나타내는 값을 가져옵니다.

메서드

Add(String, Boolean, String, Object)

컬렉션에 IDTSVariable100 개체를 추가합니다.

Contains(Object)

예외를 발생시키지 않고 인덱싱을 사용하여 컬렉션의 항목에 액세스할 수 있는지 여부를 결정합니다.

GetEnumerator()

컬렉션을 반복하는 데 사용할 IEnumerator 열거자를 반환합니다.

Join(IDTSVariable100)

컬렉션에 IDTSVariable100을 조인합니다.

Remove(Object)

컬렉션에서 IDTSVariable100 개체를 제거합니다.

Unlock()

컬렉션에 대한 잠금을 해제하고 컬렉션의 상태에 유효하지 않음 또는 알 수 없음 플래그를 지정합니다.

적용 대상