Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- name
Type : System.String
The name of the catalog.
Valeur de propriété
Type : Microsoft.SqlServer.Management.IntegrationServices.Catalog
The specified catalog from the catalog collection.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices