PackageCollection.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 PackageInfo avec le nom spécifié.
public:
property Microsoft::SqlServer::Management::IntegrationServices::PackageInfo ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::PackageInfo ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.IntegrationServices.PackageInfo this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.PackageInfo
Default Public ReadOnly Property Item(name As String) As PackageInfo
Paramètres
- name
- String
Nom spécifié.
Valeur de propriété
PackageInfo avec le nom spécifié.