TargetInfoCollection.Item Propiedad (String)
Gets the TargetInfo object with the specified name.
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As TargetInfo
Get
'Uso
Dim instance As TargetInfoCollection
Dim name As String
Dim value As TargetInfo
value = instance(name)
public TargetInfo this[
string name
] { get; }
public:
virtual property TargetInfo^ default[String^ name] {
TargetInfo^ get (String^ name) sealed;
}
abstract Item : TargetInfo
override Item : TargetInfo
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
A string value that specifies the name.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.XEvent.TargetInfo
The TargetInfo object with the specified name.