RegisteredPropertyDictionary.GetPropertyCollection(IServiceProvider) 方法

定义

从 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

参数

serviceProvider
IServiceProvider

表示接口服务提供程序。

返回

返回指定的属性集合。

适用于