언어

Variable 인터페이스

정의

자세한 내용은 VariableClass를 참조하세요.

public interface class Variable : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")>]
type Variable = interface
    interface IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")>]
type Variable = interface
    interface IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")>]
type Variable = interface
    interface IDTSVariable100
Public Interface Variable
Implements IDTSVariable100
파생
특성
구현

속성

Name Description
DataType

변수의 데이터 타입을 가져옵니다.

(다음에서 상속됨 IDTSVariable100)
EvaluateAsExpression

변수에 표현식이 포함되어 있는지 여부를 나타내는 값을 얻거나 설정합니다.

(다음에서 상속됨 IDTSVariable100)
IncludeInDebugDump

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

(다음에서 상속됨 IDTSVariable100)
Namespace

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

(다음에서 상속됨 IDTSVariable100)
Parent

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

(다음에서 상속됨 IDTSVariable100)
QualifiedName

변수의 완전 자격식 이름과 네임스페이스를 받습니다. 이 속성은 읽기 전용입니다.

(다음에서 상속됨 IDTSVariable100)
RaiseChangedEvent

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

(다음에서 상속됨 IDTSVariable100)
ReadOnly

변수가 읽기 전용이며 값을 변경할 수 없는지 나타내는 값을 받거나 설정합니다.

(다음에서 상속됨 IDTSVariable100)
SystemVariable

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

(다음에서 상속됨 IDTSVariable100)
Value

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

(다음에서 상속됨 IDTSVariable100)

메서드

Name Description
GetValueWithContext(IDTSEvaluatorContext100)

지정된 컨텍스트에서 값을 검색합니다.

(다음에서 상속됨 IDTSVariable100)

적용 대상