Compartir a través de


EventFieldCollection.Item Property (Int32)

Gets a specific EventField object in the EventFieldCollection object by position.

Espacio de nombres: Microsoft.SqlServer.Management.Nmo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As EventField
public EventField this [
    int index
] { get; }
public:
property EventField^ default [int] {
    EventField^ get (int index);
}
/** @property */
public EventField get_Item (int index)

Parámetros

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

Valor de propiedad

A EventField object that represents an event field for the instance of Notification Services.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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

Otros recursos

Definir propiedades principales de clase de evento
Field Element for EventClass/Schema (ADF)