Freigeben über


EndpointProtocolOptions-Enumeration

Specifies the possible endpoint protocol options.

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration EndpointProtocolOptions
'Usage
Dim instance As EndpointProtocolOptions
[FlagsAttribute]
public enum EndpointProtocolOptions
[FlagsAttribute]
public enum class EndpointProtocolOptions
[<FlagsAttribute>]
type EndpointProtocolOptions
public enum EndpointProtocolOptions

Elemente

Elementname Beschreibung
HttpAuthentication The option is HttpAuthentication.
HttpAuthenticationRealm The option is HttpAuthenticationRealm.
HttpClearPort The option is HttpClearPort.
HttpCompression The option is HttpCompression.
HttpDefaultLogonDomain The option is HttpDefaultLogonDomain.
HttpOptions The option is HttpOptions.
HttpPath The option is HttpPath.
HttpPorts The option is HttpPorts.
HttpSite The option is HttpSite.
HttpSslPort The option is HttpSslPort.
None The option is None.
TcpListenerIP The option is TcpListenerIP.
TcpListenerPort The option is TcpListenerPort.
TcpOptions The option is TcpOptions.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace