Share via


ArrayValue Class

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

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ArrayValue _
    Inherits DTSParamValue
'Usage
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

The ArrayValue type exposes the following members.

Constructors

  Name Description
Public method ArrayValue() Initializes a new instance of the ArrayValue class.
Public method ArrayValue(DTSParamType) Initializes a new instance of the ArrayValue class, and initializes the DTSParamType of the array elements.

Top

Properties

  Name Description
Public property Elements Gets or sets the elements of an array.
Public property ParamType Gets a parameter type.

Top

Methods

  Name Description
Public method Clone Creates an instance of the ArrayValue class that is identical to the current ArrayValue. (Overrides DTSParamValue.Clone().)
Public method Equals Determines whether two object instances are equal. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for an instance of the ArrayValue class. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace