Classe VariableValue

Represents the variable value.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask.VariableValue

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class VariableValue _
    Inherits DTSParamValue
'Utilizzo
Dim instance As VariableValue
[SerializableAttribute]
public class VariableValue : DTSParamValue
[SerializableAttribute]
public ref class VariableValue : public DTSParamValue
[<SerializableAttribute>]
type VariableValue =  
    class 
        inherit DTSParamValue 
    end
public class VariableValue extends DTSParamValue

Nel tipo VariableValue sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico VariableValue Initializes a new instance of the VariableValue class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Value Gets or sets the value of the variable object.
Proprietà pubblica VariableName Gets or sets the variable name.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clear Clears the value related to the variable.
Metodo pubblico Clone Creates a copy of the specified variable object. Esegue l'override di DTSParamValue.Clone().
Metodo pubblico Equals Indicates whether the variable is equal to the specified object. Esegue l'override di Object.Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code of the variable. Esegue l'override di Object.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask