Freigeben über


EventPropertyCollection.Item-Eigenschaft (Int32)

Gets the EventProperty object at the specified index position.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As EventProperty 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

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

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

EventPropertyCollection Klasse

Item-Überladung

Microsoft.SqlServer.Management.Smo-Namespace