次の方法で共有


EndpointProtocolOptions 列挙体

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

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

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

メンバー

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

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間