Compartir a través de


TypeInfoCollection.Item Propiedad (String)

Gets the TypeInfo 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 TypeInfo 
    Get
'Uso
Dim instance As TypeInfoCollection 
Dim name As String 
Dim value As TypeInfo 

value = instance(name)
public TypeInfo this[
    string name
] { get; }
public:
virtual property TypeInfo^ default[String^ name] {
    TypeInfo^ get (String^ name) sealed;
}
abstract Item : TypeInfo 
override Item : TypeInfo
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.TypeInfo
Returns True if the collection contains the TypeInfo object with the specified name, otherwise False.

Vea también

Referencia

TypeInfoCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.XEvent