DTSParamValueCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un élément à un indice spécifié.
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
Paramètres
- index
- Int32
Le nom, l’ID ou l’index de l’objet DTSParamValue à retourner depuis la collection.
Valeur de propriété
Objet DTSParamValue.