VariableValue Class

Definition

Represents the variable value.

public ref class VariableValue : Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue
[System.Serializable]
public class VariableValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
[<System.Serializable>]
type VariableValue = class
    inherit DTSParamValue
Public Class VariableValue
Inherits DTSParamValue
Inheritance
VariableValue
Attributes

Constructors

VariableValue()

Initializes a new instance of the VariableValue class.

Properties

Value

Gets or sets the value of the variable object.

VariableName

Gets or sets the variable name.

Methods

Clear()

Clears the value related to the variable.

Clone()

Creates a copy of the specified variable object.

Equals(Object)

Indicates whether the variable is equal to the specified object.

GetHashCode()

Returns the hash code of the variable.

Applies to