ArrayValue Class
Holds the value of a parameter when the parameter is of type Array.
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::ArrayValue
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates an instance of the ArrayValue class that is identical to the current ArrayValue.(Overrides DTSParamValue::Clone().) |
![]() | Equals(Object^) | Determines whether two object instances are equal.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for an instance of the ArrayValue class.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


