VariableValue 类

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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 命名空间