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

인터페이스 서비스 공급자를 나타냅니다.

반환

지정된 속성 컬렉션을 반환합니다.

적용 대상