SqlProtocolType Enumeration

Specifies a SQL protocol type.

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

Syntax

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

Members

Member name Description
Unknown Protocol type is Unknown
Http Protocol type is HTTP
Tcp Protocol type is TCP

Remarks

See ISql90Endpoint.

See Also

Reference

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