Freigeben über


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

Elemente

Elementname Beschreibung
Disabled The state is Disabled.
NotSpecified The state is NotSpecified.
Started The state is Started.
Stopped The state is Stopped.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace