SPIisWebSite.SPIisServerState 枚举
指示运行 Internet Information Services (IIS) 服务器的状态。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Enumeration SPIisServerState
用法
Dim instance As SPIisWebSite.SPIisServerState
public enum SPIisServerState
成员
成员名称 | 说明 | |
---|---|---|
Starting | 指定服务器正在启动。值 = 1。 | |
Started | 指定该服务器已启动。值 = 2。 | |
Stopping | 指定服务器已停止。值 = 3。 | |
Stopped | 指定该服务器已停止。值 = 4。 | |
Pausing | 指定该服务器已暂停。值 = 5。 | |
Paused | 指定该服务器已暂停。值 = 6。 | |
Continuing | 指定服务器将继续。值 = 7。 |