EventChronicleCollection.Item Property (Int32)

Gets a EventChronicle object in the EventChronicleCollection object by position.

Пространство имен: Microsoft.SqlServer.Management.Nmo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As EventChronicle
public EventChronicle this [
    int index
] { get; }
public:
property EventChronicle^ default [int] {
    EventChronicle^ get (int index);
}
/** @property */
public EventChronicle get_Item (int index)

Параметры

  • index
    An Int32 value that specifies the position of the EventChronicle object in the collection.

Значение свойства

An EventChronicle object that represents an event chronicle.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

EventChronicleCollection Class
EventChronicleCollection Members
Microsoft.SqlServer.Management.Nmo Namespace

Другие ресурсы

Определение хроники для класса событий
Chronicle Element for EventClass/Chronicles (ADF)