Classe VariableClass

Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.

For more information, see Variable.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("249F08A9-3CAD-46B9-86DF-1AC7AD4785F0")> _
<ClassInterfaceAttribute()> _
Public Class VariableClass _
    Implements Variable, IDTSVariable100, IDTSExpression100, IDTSName100,  _
    IDTSPersist100, IDTSRuntimeObject100
'Utilizzo
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

Nel tipo VariableClass sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico VariableClass Infrastruttura. For more information, see Variable.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico LoadFromXML Infrastruttura.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico SaveToXML Infrastruttura.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.