다음을 통해 공유


Variable 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

For more information, see VariableClass.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")> _
Public Interface Variable _
    Inherits IDTSVariable100
‘사용 방법
Dim instance As Variable
[GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface Variable : IDTSVariable100
[GuidAttribute(L"8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface class Variable : IDTSVariable100
[<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")>]
type Variable =  
    interface 
        interface IDTSVariable100 
    end
public interface Variable extends IDTSVariable100

Variable 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 DataType 인프라입니다. Gets the data type of the variable. (IDTSVariable100에서 상속됨)
공용 속성 EvaluateAsExpression 인프라입니다. Gets or sets a value that indicates whether the variable contains an expression. (IDTSVariable100에서 상속됨)
공용 속성 IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files. (IDTSVariable100에서 상속됨)
공용 속성 Namespace 인프라입니다. Gets or sets the namespace that the variable belongs to. (IDTSVariable100에서 상속됨)
공용 속성 Parent 인프라입니다. Gets the parent container of the variable. (IDTSVariable100에서 상속됨)
공용 속성 QualifiedName 인프라입니다. Gets the fully qualified name of the variable, including the namespace. This property is read-only. (IDTSVariable100에서 상속됨)
공용 속성 RaiseChangedEvent 인프라입니다. Gets or sets a value that indicates whether the variable has been flagged to raise the OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean%) event when the value of the variable changes. (IDTSVariable100에서 상속됨)
공용 속성 ReadOnly 인프라입니다. Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified. (IDTSVariable100에서 상속됨)
공용 속성 SystemVariable 인프라입니다. Gets a value that indicates whether the variable is a system variable. This property is read-only. (IDTSVariable100에서 상속됨)
공용 속성 Value 인프라입니다. Gets or sets the value assigned to the variable. (IDTSVariable100에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 GetValueWithContext 인프라입니다. Retrieves the value with the specified context. (IDTSVariable100에서 상속됨)

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스