Partager via


CatalogCollection.Item[String] Propriété

Définition

Obtient le catalogue à partir de la collection de catalogues basée sur le nom spécifié.

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

Paramètres

name
String

Nom du catalogue.

Valeur de propriété

Catalogue spécifié de la collection de catalogues.

S’applique à