EndpointType 列舉
The EndpointType enumeration is a list of constant values that specifies the type of HTTP endpoint.
命名空間: 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
成員
成員名稱 | 說明 | |
---|---|---|
Soap | The HTTP endpoint type is SOAP. | |
TSql | The HTTP endpoint type is Transact-SQL. | |
ServiceBroker | The HTTP endpoint type is SQL Server Service Broker. | |
DatabaseMirroring | The HTTP endpoint type is database mirroring. |