次の方法で共有


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

メンバー

メンバー名 説明
DatabaseMirroring HTTP エンドポイントの種類は、データベース ミラーリングです。
ServiceBroker HTTP エンドポイントの種類は、SQL Server Service Broker です。
Soap HTTP エンドポイントの種類は、SOAP です。
TSql HTTP エンドポイントの種類は、Transact-SQL です。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間