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

代表介面服務提供者。

傳回

回傳指定的屬性集合。

適用於