DTSParamValueCollection.Item[Int32] 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 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.