RegisteredPropertyDictionary.GetPropertyCollection(IServiceProvider) Method

Definition

Retrieves the specified property collection from the 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

Parameters

serviceProvider
IServiceProvider

Represents the interface service provider.

Returns

Returns the specified property collection.

Applies to