Свойство CollectionSetCollection.Item (String)

Gets a collection set based on the name that is provided.

Пространство имен:  Microsoft.SqlServer.Management.Collector
Сборка:  Microsoft.SqlServer.Management.Collector (в Microsoft.SqlServer.Management.Collector.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    name As String _
) As CollectionSet 
    Get
'Применение
Dim instance As CollectionSetCollection 
Dim name As String 
Dim value As CollectionSet 

value = instance(name)
public CollectionSet this[
    string name
] { get; }
public:
property CollectionSet^ default[String^ name] {
    CollectionSet^ get (String^ name);
}
member Item : CollectionSet
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.SqlServer.Management.Collector.CollectionSet
A CollectionSetCollection object that is the collection set.

Замечания

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

См. также

Справочник

CollectionSetCollection Класс

Перегрузка Item

Пространство имен Microsoft.SqlServer.Management.Collector