ArrayValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |