IServerInformationService 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義一種方法 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 物件。 |