IDTSVariable100 인터페이스

정의

패키지, 태스크 또는 컨테이너의 변수에 대한 인터페이스를 나타냅니다.

public interface class IDTSVariable100
[System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")]
public interface IDTSVariable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")]
public interface IDTSVariable100
[<System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")>]
type IDTSVariable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")>]
type IDTSVariable100 = interface
Public Interface IDTSVariable100
파생
특성

속성

DataType

변수의 데이터 형식을 가져옵니다.

EvaluateAsExpression

변수에 식을 포함하는지 여부를 나타내는 값을 가져오거나 설정합니다.

IncludeInDebugDump

변수 값이 디버그 덤프 파일에 포함되는지 여부를 지정하는 값을 가져오거나 설정합니다.

Namespace

변수가 속한 네임스페이스를 가져오거나 설정합니다.

Parent

변수의 부모 컨테이너를 가져옵니다.

QualifiedName

네임스페이스를 포함하는 변수의 정규화된 이름을 가져옵니다. 이 속성은 읽기 전용입니다.

RaiseChangedEvent

변수 값이 변경될 때 OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) 이벤트를 발생시키도록 변수에 플래그가 지정되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

ReadOnly

변수가 읽기 전용이며 해당 값을 수정할 수 없는지 여부를 나타내는 값을 가져오거나 설정합니다.

SystemVariable

변수가 시스템 변수인지 여부를 나타내는 값을 가져옵니다. 이 속성은 읽기 전용입니다.

Value

변수에 할당된 값을 가져오거나 설정합니다.

메서드

GetValueWithContext(IDTSEvaluatorContext100)

지정한 컨텍스트와 연결된 값을 검색합니다.

적용 대상