언어

IDTSVariableDispenser100 인터페이스

정의

가변 디스펜서 클래스를 나타냅니다. 자세한 내용은 VariableDispenserClass를 참조하세요.

public interface class IDTSVariableDispenser100
[System.Runtime.InteropServices.Guid("57A6A211-A152-4325-880F-759E5D466F8F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariableDispenser100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7DB0132C-1EA6-4589-93F5-3E694584A3DF")]
public interface IDTSVariableDispenser100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A4EB5A3C-982C-4C57-9B00-3172C239BC38")]
public interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.Guid("57A6A211-A152-4325-880F-759E5D466F8F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariableDispenser100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7DB0132C-1EA6-4589-93F5-3E694584A3DF")>]
type IDTSVariableDispenser100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A4EB5A3C-982C-4C57-9B00-3172C239BC38")>]
type IDTSVariableDispenser100 = interface
Public Interface IDTSVariableDispenser100
파생
특성

메서드

Name Description
Contains(String)

예외를 던지지 않고 인덱싱을 사용하여 항목을 컬렉션에서 검색할 수 있는지 지정합니다. 자세한 내용은 VariableDispenserClass를 참조하세요.

GetQualifiedName(String)

변수의 자격화된 이름을 반환합니다. 자세한 내용은 VariableDispenserClass를 참조하세요.

GetVariables(IDTSVariables100)

읽기 전용 목록과 읽기/쓰기 목록에 있는 변수들을 잠깁니다. 자세한 내용은 VariableDispenserClass를 참조하세요.

LockForRead(String)

읽기 전용 접근을 위해 잠글 변수 목록에 변수를 추가합니다. 자세한 내용은 VariableDispenserClass를 참조하세요.

LockForWrite(String)

읽기/쓰기 접근을 위해 잠글 변수 목록에 변수를 추가합니다. 자세한 내용은 VariableDispenserClass를 참조하세요.

LockOneForRead(String, IDTSVariables100)

변수를 리스트에 넣고, 읽기 전용 접근으로 잠가요. 자세한 내용은 VariableDispenserClass를 참조하세요.

LockOneForWrite(String, IDTSVariables100)

변수를 리스트에 넣고, 읽기/쓰기 접근을 위해 잠깁니다. 자세한 내용은 VariableDispenserClass를 참조하세요.

Reset()

읽기 전용 목록과 읽기/쓰기 목록 모두를 지웁니다. 자세한 내용은 VariableDispenserClass를 참조하세요.

적용 대상