CatalogFolderCollection.Item[String] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le dossier de catalogue à partir de la collection de dossiers de catalogue en fonction du nom spécifié.
public:
property Microsoft::SqlServer::Management::IntegrationServices::CatalogFolder ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::CatalogFolder ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
Default Public ReadOnly Property Item(name As String) As CatalogFolder
Paramètres
- name
- String
Nom du dossier de catalogue.
Valeur de propriété
Dossier de catalogue spécifié de la collection de dossiers de catalogue.