EndpointState Enumeration

Specifies the types of endpoint state.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration EndpointState
'Usage
Dim instance As EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState

Members

Member name Description
Disabled The state is Disabled.
NotSpecified The state is NotSpecified.
Started The state is Started.
Stopped The state is Stopped.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace