Share via


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

속성

DataType

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

(다음에서 상속됨 IDTSVariable100)
EvaluateAsExpression

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

(다음에서 상속됨 IDTSVariable100)
IncludeInDebugDump

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

(다음에서 상속됨 IDTSVariable100)
Namespace

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

(다음에서 상속됨 IDTSVariable100)
Parent

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

(다음에서 상속됨 IDTSVariable100)
QualifiedName

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

(다음에서 상속됨 IDTSVariable100)
RaiseChangedEvent

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

(다음에서 상속됨 IDTSVariable100)
ReadOnly

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

(다음에서 상속됨 IDTSVariable100)
SystemVariable

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

(다음에서 상속됨 IDTSVariable100)
Value

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

(다음에서 상속됨 IDTSVariable100)

메서드

GetValueWithContext(IDTSEvaluatorContext100)

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

(다음에서 상속됨 IDTSVariable100)

적용 대상