Compartir a través de


EventPropertyCollection.Item Propiedad (Int32)

Gets the EventProperty object at the specified index position.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As EventProperty 
    Get
'Uso
Dim instance As EventPropertyCollection 
Dim index As Integer 
Dim value As EventProperty 

value = instance(index)
public EventProperty this[
    int index
] { get; }
public:
property EventProperty^ default[int index] {
    EventProperty^ get (int index);
}
member Item : EventProperty
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.EventProperty
An EventProperty object value that specifies the event property at the specified index position.

Ejemplos

Usar colecciones

Vea también

Referencia

EventPropertyCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Smo