Specifies the types of endpoint.
命名空間: 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 | The type is DatabaseMirroring. | |
| NotSpecified | The type is NotSpecified. | |
| ServiceBroker | The type is ServiceBroker. | |
| Soap | The type is Soap. | |
| TSql | The type is Transact-SQL. |