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 | |
---|---|---|
VariableValue | Initializes a new instance of the VariableValue class. |
Top
Properties
Name | Description | |
---|---|---|
Value | Gets or sets the value of the variable object. | |
VariableName | Gets or sets the variable name. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Clears the value related to the variable. | |
Clone | Creates a copy of the specified variable object. (Overrides DTSParamValue.Clone().) | |
Equals | 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.) |
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.