Share via


VariableValue Class

Represents the variable value.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class VariableValue _
    Inherits DTSParamValue
'Usage
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

The VariableValue type exposes the following members.

Constructors

  Name Description
Public method VariableValue Initializes a new instance of the VariableValue class.

Top

Properties

  Name Description
Public property Value Gets or sets the value of the variable object.
Public property VariableName Gets or sets the variable name.

Top

Methods

  Name Description
Public method Clear Clears the value related to the variable.
Public method Clone Creates a copy of the specified variable object. (Overrides DTSParamValue.Clone().)
Public method Equals Indicates whether the variable is equal to the specified object. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code of the variable. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
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.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace