VariableValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |