Partager via


Propriété CatalogCollection.Item (String)

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

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As Catalog 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.IntegrationServices.Catalog
The specified catalog from the catalog collection.

Voir aussi

Référence

CatalogCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.IntegrationServices