Compartilhar via


Classe VariableValue

Represents the variable value.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)

Sintaxe

'Declaração
<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

O tipo VariableValue expõe os membros a seguir.

Construtores

  Nome Descrição
Método público VariableValue Initializes a new instance of the VariableValue class.

Início

Propriedades

  Nome Descrição
Propriedade pública Value Gets or sets the value of the variable object.
Propriedade pública VariableName Gets or sets the variable name.

Início

Métodos

  Nome Descrição
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. (Substitui DTSParamValue.Clone().)
Método público Equals Indicates whether the variable is equal to the specified object. (Substitui Object.Equals(Object).)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Returns the hash code of the variable. (Substitui Object.GetHashCode().)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.WebServiceTask