Свойство TraceColumnCollection.Item
Gets the TraceColumn at the specified index.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
index As Integer _
) As TraceColumn
Get
'Применение
Dim instance As TraceColumnCollection
Dim index As Integer
Dim value As TraceColumn
value = instance(index)
public TraceColumn this[
int index
] { get; }
public:
property TraceColumn default[int index] {
TraceColumn get (int index);
}
member Item : TraceColumn
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- index
Тип: System.Int32
The zero-based index of the TraceColumn to return.
Значение свойства
Тип: Microsoft.AnalysisServices.TraceColumn
The TraceColumn at the specified index.
Исключения
Исключение | Условие |
---|---|
ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than Count. |