Represents the variable value.
继承层次结构
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.VariableValue
命名空间: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集: Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)
语法
声明
<SerializableAttribute> _
Public Class VariableValue _
Inherits DTSParamValue
用法
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
VariableValue 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
VariableValue | Initializes a new instance of the VariableValue class. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Value | Gets or sets the value of the variable object. |
![]() |
VariableName | Gets or sets the variable name. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Clear | Clears the value related to the variable. |
![]() |
Clone | Creates a copy of the specified variable object. (覆盖 DTSParamValue.Clone()。) |
![]() |
Equals | Indicates whether the variable is equal to the specified object. (覆盖 Object.Equals(Object)。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | Returns the hash code of the variable. (覆盖 Object.GetHashCode()。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。