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
屬性

屬性

名稱 Description
Items

取得伺服器資訊提供者中所有項目的字典。

方法

名稱 Description
GetServerInformation(ConnectionInfoBase)

取得包含指定連線資訊的 IServerInformation 物件。

GetServerInformation(IEnumerable<ConnectionInfoBase>)

擷取支援所提供連線資訊的 ServerInformation IEnumerable 物件。

適用於