Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |