次の方法で共有


EndpointState 列挙体

エンドポイントの状態の種類を指定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Enumeration EndpointState
'使用
Dim instance As EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState

メンバー

メンバー名 説明
Disabled 状態は Disabled です。
NotSpecified 状態は NotSpecified です。
Started 状態は Started です。
Stopped 状態は Stopped です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間