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

Gets the catalog from the catalog collection based upon the specified name.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.SqlServer.Management.IntegrationServices.Catalog
The specified catalog from the catalog collection.

См. также

Справочник

CatalogCollection Класс

Перегрузка Item

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