ArrayValue.Elements Property

Definition

Gets or sets the elements of an array.

public:
 property Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValueCollection ^ Elements { Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValueCollection ^ get(); void set(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValueCollection ^ value); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValueCollection Elements { get; set; }
member this.Elements : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValueCollection with get, set
Public Property Elements As DTSParamValueCollection

Property Value

A DTSParamValueCollection collection that contains the elements in the array.

Applies to