SqlEndpointState Enumeration

Specifies a SQL endpoint state.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Members

Member name Description
Unknown State is Unknown
Disabled State is Disabled
Started State is Started
Stopped State is Stopped

Remarks

See ISql90Endpoint.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace