Compartilhar via


Propriedade do RDL CollectionItemCollection.Item (String)

Gets the name of the collection item.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Comentários

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

Consulte também

Referência

CollectionItemCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Collector