DTSParamValueCollection.Item[Int32] Property

Definition

Gets an element at a specified index.

public:
 property Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ default[int] { Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ get(int index); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Default Public ReadOnly Property Item(index As Integer) As DTSParamValue

Parameters

index
Int32

The name, ID, or index of the DTSParamValue object to return from the collection.

Property Value

A DTSParamValue object.

Applies to