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