다음을 통해 공유


VariableClass 클래스

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

Represents a variable class.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass

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

구문

‘선언
<GuidAttribute("C64721A7-4947-4055-8BDD-9044EB2DD3D2")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class VariableClass _
    Implements Variable, IDTSVariable100, IDTSExpression100, IDTSName100,  _
    IDTSPersist100, IDTSRuntimeObject100
‘사용 방법
Dim instance As VariableClass
[GuidAttribute("C64721A7-4947-4055-8BDD-9044EB2DD3D2")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class VariableClass : Variable, 
    IDTSVariable100, IDTSExpression100, IDTSName100, IDTSPersist100, IDTSRuntimeObject100
[GuidAttribute(L"C64721A7-4947-4055-8BDD-9044EB2DD3D2")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class VariableClass : Variable, 
    IDTSVariable100, IDTSExpression100, IDTSName100, IDTSPersist100, IDTSRuntimeObject100
[<GuidAttribute("C64721A7-4947-4055-8BDD-9044EB2DD3D2")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type VariableClass =  
    class 
        interface Variable 
        interface IDTSVariable100 
        interface IDTSExpression100 
        interface IDTSName100 
        interface IDTSPersist100 
        interface IDTSRuntimeObject100 
    end
public class VariableClass implements Variable, IDTSVariable100, IDTSExpression100, IDTSName100, IDTSPersist100, IDTSRuntimeObject100

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

생성자

  이름 설명
공용 메서드 VariableClass 인프라입니다. Initializes a new instance of the VariableClass class.

맨 위로 이동

속성

  이름 설명
공용 속성 CreationName 인프라입니다. Gets the string that the runtime engine gives when it creates an instance of the VariableClass object.
공용 속성 DataType 인프라입니다. Gets the data type of the variable.
공용 속성 Description 인프라입니다. Gets or sets the description for the variable class.
공용 속성 EvaluateAsExpression 인프라입니다. Gets or sets a value that indicates whether the variable contains an expression.
공용 속성 Expression 인프라입니다. Gets or sets the expression contained in the variable class.
공용 속성 ID 인프라입니다. The identifier of the variable.
공용 속성 IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files.
공용 속성 Name 인프라입니다. Gets or sets the name of the variable.
공용 속성 Namespace 인프라입니다. Gets or sets the namespace that the variable class belongs to.
공용 속성 Parent 인프라입니다. Gets or sets the parent of the variable class.
공용 속성 QualifiedName 인프라입니다. Gets the fully qualified name of the variable, including the namespace.
공용 속성 RaiseChangedEvent 인프라입니다. Gets or sets a value that indicates whether the variable class has been flagged to raise the OnVariableValueChanged event.
공용 속성 ReadOnly 인프라입니다. Gets or sets a value that indicates whether the variable class is read-only and cannot have its value modified.
공용 속성 SystemVariable 인프라입니다. Gets a value that indicates whether the variable class is a system variable.
공용 속성 Value 인프라입니다. Gets or sets the value assigned to the variable.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 GetValueWithContext 인프라입니다. Returns a value of the variable class with a specified context.
공용 메서드 LoadFromXML 인프라입니다. Loads a package to a XML format.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 SaveToXML 인프라입니다. Saves the package to a XML format.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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