Compartir a través de


CollectionItemCollection.Item Propiedad (String)

Gets the name of the collection item.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String _
) As CollectionItem 
    Get
'Uso
Dim instance As CollectionItemCollection 
Dim name As String 
Dim value As CollectionItem 

value = instance(name)
public CollectionItem this[
    string name
] { get; }
public:
property CollectionItem^ default[String^ name] {
    CollectionItem^ get (String^ name);
}
member Item : CollectionItem
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Collector.CollectionItem
A Sting value that is the name of the collection item.

Comentarios

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Vea también

Referencia

CollectionItemCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Collector