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 です。 |