EndpointProtocolOptions 列挙体

エンドポイント プロトコルのオプションを指定します。

この列挙体には、メンバ値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
<FlagsAttribute> _
Public Enumeration EndpointProtocolOptions
'使用
Dim instance As EndpointProtocolOptions
[FlagsAttribute]
public enum EndpointProtocolOptions
[FlagsAttribute]
public enum class EndpointProtocolOptions
public enum EndpointProtocolOptions

メンバ

メンバ名 説明
None オプションは None です。
HttpAuthenticationRealm オプションは HttpAuthenticationRealm です。
HttpAuthentication オプションは HttpAuthentication です。
HttpClearPort オプションは HttpClearPort です。
HttpCompression オプションは HttpCompression です。
HttpDefaultLogonDomain オプションは HttpDefaultLogonDomain です。
HttpPath オプションは HttpPath です。
HttpPorts オプションは HttpPorts です。
HttpSite オプションは HttpSite です。
HttpSslPort オプションは HttpSslPort です。
HttpOptions オプションは HttpOptions です。
TcpListenerIp オプションは TcpListenerIp です。
TcpListenerPort オプションは TcpListenerPort です。
TcpOptions オプションは TcpOptions です。

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間