Freigeben über


EventPropertyCollection.Item-Eigenschaft (String)

Gets the EventProperty object that has the specified name.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As EventProperty 
    Get
'Usage
Dim instance As EventPropertyCollection 
Dim name As String 
Dim value As EventProperty 

value = instance(name)
public EventProperty this[
    string name
] { get; }
public:
property EventProperty^ default[String^ name] {
    EventProperty^ get (String^ name);
}
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 that has the specified name.

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

EventPropertyCollection Klasse

Item-Überladung

Microsoft.SqlServer.Management.Smo-Namespace