Enumeração EndpointState
Specifies the types of endpoint state.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Enumeration EndpointState
'Uso
Dim instance As EndpointState
public enum EndpointState
public enum class EndpointState
type EndpointState
public enum EndpointState
Membros
Nome do membro | Descrição | |
---|---|---|
Disabled | The state is Disabled. | |
NotSpecified | The state is NotSpecified. | |
Started | The state is Started. | |
Stopped | The state is Stopped. |