次の方法で共有


EndpointType 列挙体

エンドポイントの種類を指定します。

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

構文

'宣言
Public Enumeration EndpointType
'使用
Dim instance As EndpointType
public enum EndpointType
public enum class EndpointType
type EndpointType
public enum EndpointType

メンバー

メンバー名 説明
DatabaseMirroring 種類は DatabaseMirroring です。
NotSpecified 種類は NotSpecified です。
ServiceBroker 種類は ServiceBroker です。
Soap 種類は Soap です。
TSql 種類は Transact-SQL です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間