VariableValue Class
Represents the variable value.
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
System::Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::VariableValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::VariableValue
| Name | Description | |
|---|---|---|
![]() | VariableValue() | Initializes a new instance of the VariableValue class. |
| Name | Description | |
|---|---|---|
![]() | Value | Gets or sets the value of the variable object. |
![]() | VariableName | Gets or sets the variable name. |
| Name | Description | |
|---|---|---|
![]() | Clear() | Clears the value related to the variable. |
![]() | Clone() | Creates a copy of the specified variable object.(Overrides DTSParamValue::Clone().) |
![]() | Equals(Object^) | Indicates whether the variable is equal to the specified object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code of the variable.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


