Dela via


VariableClass Class

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see Variable.

Inheritance Hierarchy

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

The VariableClass type exposes the following members.

Constructors

  Name Description
Public method VariableClass Infrastructure. For more information, see Variable.

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LoadFromXML Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method SaveToXML Infrastructure.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.