EndpointType 列挙体
EndpointType 列挙は、HTTP エンドポイントの種類を示す定数値の一覧です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SqlEnum (Microsoft.SqlServer.SqlEnum.dll)
構文
'宣言
Public Enumeration EndpointType
'使用
Dim instance As EndpointType
public enum EndpointType
public enum class EndpointType
type EndpointType
public enum EndpointType
メンバー
メンバー名 | 説明 | |
---|---|---|
Soap | HTTP エンドポイントの種類は、SOAP です。 | |
TSql | HTTP エンドポイントの種類は、Transact-SQL です。 | |
ServiceBroker | HTTP エンドポイントの種類は、SQL Server Service Broker です。 | |
DatabaseMirroring | HTTP エンドポイントの種類は、データベース ミラーリングです。 |