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

表示介面服務提供者。

傳回

IPropertyDictionary

傳回指定的屬性集合。

適用於