EventPropertyCollection.Item Property (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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
A String value that specifies the name of the EventProperty object.
Property Value
Type: Microsoft.SqlServer.Management.Smo.EventProperty
An EventProperty object value that specifies the event property that has the specified name.