MapValueInfoCollection.Item Propiedad (String)
Gets the MapValueInfo 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 MapValueInfo
Get
'Uso
Dim instance As MapValueInfoCollection
Dim name As String
Dim value As MapValueInfo
value = instance(name)
public MapValueInfo this[
string name
] { get; }
public:
property MapValueInfo^ default[String^ name] {
MapValueInfo^ get (String^ name);
}
member Item : MapValueInfo
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 contains the name.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.XEvent.MapValueInfo
A MapValueInfo object with the specified name.