Enumeração EndpointType
Specifies the types of endpoint.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Enumeration EndpointType
'Uso
Dim instance As EndpointType
public enum EndpointType
public enum class EndpointType
type EndpointType
public enum EndpointType
Membros
Nome do membro | Descrição | |
---|---|---|
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. |