Метод MiningStructureColumnCollection.IndexOf (MiningStructureColumn)
Gets the index of a specified MiningStructureColumn.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function IndexOf ( _
item As MiningStructureColumn _
) As Integer
'Применение
Dim instance As MiningStructureColumnCollection
Dim item As MiningStructureColumn
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
MiningStructureColumn item
)
public:
int IndexOf(
MiningStructureColumn^ item
)
member IndexOf :
item:MiningStructureColumn -> int
public function IndexOf(
item : MiningStructureColumn
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.MiningStructureColumn
The MiningStructureColumn to be returned.
Возвращаемое значение
Тип: System.Int32
The zero-based index of the MiningStructureColumn, if the object is found; otherwise, -1.