Propriedade do RDL EventInfoCollection.Item (String)
Gets the EventInfo object with the specified name.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As EventInfo
Get
'Uso
Dim instance As EventInfoCollection
Dim name As String
Dim value As EventInfo
value = instance(name)
public EventInfo this[
string name
] { get; }
public:
virtual property EventInfo^ default[String^ name] {
EventInfo^ get (String^ name) sealed;
}
abstract Item : EventInfo
override Item : EventInfo
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
A string that contains the name.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.XEvent.EventInfo
The EventInfo object specified by the name parameter.