RegisteredPropertyDictionary.GetPropertyCollection(IServiceProvider) Méthode
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.
Récupère la collection de propriétés spécifiée depuis le RegisteredPropertyDictionary.
public:
Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ GetPropertyCollection(IServiceProvider ^ serviceProvider);
public Microsoft.SqlServer.Management.Data.IPropertyDictionary GetPropertyCollection(IServiceProvider serviceProvider);
member this.GetPropertyCollection : IServiceProvider -> Microsoft.SqlServer.Management.Data.IPropertyDictionary
Public Function GetPropertyCollection (serviceProvider As IServiceProvider) As IPropertyDictionary
Paramètres
- serviceProvider
- IServiceProvider
Représente le fournisseur de service d’interface.
Retours
Retourne la collection de biens spécifiée.