ArrayValue Class

Definition

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

public ref class ArrayValue : Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue
[System.Serializable]
public class ArrayValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
[<System.Serializable>]
type ArrayValue = class
    inherit DTSParamValue
Public Class ArrayValue
Inherits DTSParamValue
Inheritance
ArrayValue
Attributes

Constructors

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.

Properties

Elements

Gets or sets the elements of an array.

ParamType

Gets a parameter type.

Methods

Clone()

Creates an instance of the ArrayValue class that is identical to the current ArrayValue.

Equals(Object)

Determines whether two object instances are equal.

GetHashCode()

Returns the hash code for an instance of the ArrayValue class.

Applies to