EndpointState 列舉型別
指定端點的狀態。
命名空間: Microsoft.Data.Schema.ScriptDom.Sql
組件: Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)
語法
'宣告
Public Enumeration EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState
成員
成員名稱 | 說明 | |
---|---|---|
NotSpecified | 狀態為 NotSpecified。 | |
Disabled | 狀態為 Disabled。 | |
Started | 狀態為 Started。 | |
Stopped | 狀態為 Stopped。 |