Метод DTSParamValueCollection.IndexOf
Returns the zero-based index of the first occurrence of a value in a collection.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)
Синтаксис
'Декларация
Public Function IndexOf ( _
value As DTSParamValue _
) As Integer
'Применение
Dim instance As DTSParamValueCollection
Dim value As DTSParamValue
Dim returnValue As Integer
returnValue = instance.IndexOf(value)
public int IndexOf(
DTSParamValue value
)
public:
int IndexOf(
DTSParamValue^ value
)
member IndexOf :
value:DTSParamValue -> int
public function IndexOf(
value : DTSParamValue
) : int
Параметры
- value
Тип: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
The DTSParamValue to locate in the collection.
Возвращаемое значение
Тип: System.Int32
The index of the first occurrence of the specified value within the collection, if found; otherwise, this method returns -1.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.WebServiceTask