ArrayValue.Elements Property
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.
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.