Partager via


DTSParamValueCollection.IndexOf Method

Returns the zero-based index of the first occurrence of a value in a collection.

Espace de noms: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntaxe

'Déclaration
Public Function IndexOf ( _
    value As DTSParamValue _
) As Integer
public int IndexOf (
    DTSParamValue value
)
public:
int IndexOf (
    DTSParamValue^ value
)
public int IndexOf (
    DTSParamValue value
)
public function IndexOf (
    value : DTSParamValue
) : int

Paramètres

Valeur de retour

The index of the first occurrence of the specified value within the collection, if found; otherwise, this method returns -1.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

DTSParamValueCollection Class
DTSParamValueCollection Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace