Freigeben über


SqlProtocolType-Enumeration

Stellt die Protokolltypen für Endpunkte dar.

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

Member

Membername Beschreibung
Unknown Gibt an, dass das Protokoll unbekannt ist.
Http Gibt an, dass das Transportprotokoll HTTP ist.
Tcp Gibt an, dass das Transportprotokoll TCP ist.

Siehe auch

Referenz

Microsoft.Data.Schema.Sql.SchemaModel-Namespace