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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.