EndpointType 枚举
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. |