Compartir a través de


Clase VariableValue

Represents the variable value.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class VariableValue _
    Inherits DTSParamValue
'Uso
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

El tipo VariableValue expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público VariableValue Initializes a new instance of the VariableValue class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Value Gets or sets the value of the variable object.
Propiedad pública VariableName Gets or sets the variable name.

Arriba

Métodos

  Nombre Descripción
Método público Clear Clears the value related to the variable.
Método público Clone Creates a copy of the specified variable object. (Invalida DTSParamValue.Clone().)
Método público Equals Indicates whether the variable is equal to the specified object. (Invalida Object.Equals(Object).)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Returns the hash code of the variable. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask