SqlProtocolType Enumeration
Represents the protocol types for endpoints.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlProtocolType
public enum SqlProtocolType
public enum class SqlProtocolType
type SqlProtocolType
public enum SqlProtocolType
Members
Member name | Description | |
---|---|---|
Unknown | Specifies that the protocol is unknown. | |
Http | Specifies that the transport protocol is HTTP. | |
Tcp | Specifies that the transport protocol is TCP. |