ArrayValue 类

Holds the value of a parameter when the parameter is of type Array.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..ArrayValue

命名空间:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集:  Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)

语法

声明
<SerializableAttribute> _
Public Class ArrayValue _
    Inherits DTSParamValue
用法
Dim instance As ArrayValue
[SerializableAttribute]
public class ArrayValue : DTSParamValue
[SerializableAttribute]
public ref class ArrayValue : public DTSParamValue
[<SerializableAttribute>]
type ArrayValue =  
    class
        inherit DTSParamValue
    end
public class ArrayValue extends DTSParamValue

ArrayValue 类型公开以下成员。

构造函数

  名称 说明
公共方法 ArrayValue() () () () Initializes a new instance of the ArrayValue class.
公共方法 ArrayValue(DTSParamType) Initializes a new instance of the ArrayValue class, and initializes the DTSParamType of the array elements.

页首

属性

  名称 说明
公共属性 Elements Gets or sets the elements of an array.
公共属性 ParamType Gets a parameter type.

页首

方法

  名称 说明
公共方法 Clone Creates an instance of the ArrayValue class that is identical to the current ArrayValue. (覆盖 DTSParamValue. . :: . .Clone() () () ()。)
公共方法 Equals Determines whether two object instances are equal. (覆盖 Object. . :: . .Equals(Object)。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode Returns the hash code for an instance of the ArrayValue class. (覆盖 Object. . :: . .GetHashCode() () () ()。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。