Freigeben über


VariableClass-Klasse

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see Variable.

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("249F08A9-3CAD-46B9-86DF-1AC7AD4785F0")> _
<ClassInterfaceAttribute()> _
Public Class VariableClass _
    Implements Variable, IDTSVariable100, IDTSExpression100, IDTSName100,  _
    IDTSPersist100, IDTSRuntimeObject100
'Usage
Dim instance As VariableClass
[GuidAttribute("249F08A9-3CAD-46B9-86DF-1AC7AD4785F0")]
[ClassInterfaceAttribute()]
public class VariableClass : Variable, 
    IDTSVariable100, IDTSExpression100, IDTSName100, IDTSPersist100, IDTSRuntimeObject100
[GuidAttribute(L"249F08A9-3CAD-46B9-86DF-1AC7AD4785F0")]
[ClassInterfaceAttribute()]
public ref class VariableClass : Variable, 
    IDTSVariable100, IDTSExpression100, IDTSName100, IDTSPersist100, IDTSRuntimeObject100
[<GuidAttribute("249F08A9-3CAD-46B9-86DF-1AC7AD4785F0")>]
[<ClassInterfaceAttribute()>]
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

Der VariableClass-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode VariableClass Infrastruktur For more information, see Variable.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CreationName Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft DataType Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft Description Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft EvaluateAsExpression Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft Expression Infrastruktur
Öffentliche Eigenschaft ID Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files.
Öffentliche Eigenschaft Name Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft Namespace Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft QualifiedName Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft RaiseChangedEvent Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft ReadOnly Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft SystemVariable Infrastruktur For more information, see Variable.
Öffentliche Eigenschaft Value Infrastruktur For more information, see Variable.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode LoadFromXML Infrastruktur
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SaveToXML Infrastruktur
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.