CatalogCollection.Item[String] Property

Definition

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

public:
 property Microsoft::SqlServer::Management::IntegrationServices::Catalog ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::Catalog ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.IntegrationServices.Catalog this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.Catalog
Default Public ReadOnly Property Item(name As String) As Catalog

Parameters

name
String

The name of the catalog.

Property Value

The specified catalog from the catalog collection.

Applies to