IServerInformationService 인터페이스

정의

Guid를 사용하여 서비스의 정보 서비스를 가져오는 메서드를 정의합니다.

public interface class IServerInformationService
[System.Runtime.InteropServices.Guid("CE99A049-A364-4c12-96BB-8EA022808DFA")]
public interface IServerInformationService
[<System.Runtime.InteropServices.Guid("CE99A049-A364-4c12-96BB-8EA022808DFA")>]
type IServerInformationService = interface
Public Interface IServerInformationService
특성

속성

Items

서버 정보 공급자에 있는 모든 항목의 사전을 가져옵니다.

메서드

GetServerInformation(ConnectionInfoBase)

지정한 연결 정보를 포함하는 IServerInformation 개체를 검색합니다.

GetServerInformation(IEnumerable<ConnectionInfoBase>)

제공된 연결 정보를 지원하는 ServerInformation의 IEnumerable 개체를 검색합니다.

적용 대상