Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the types of endpoint.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration EndpointType
'Usage
Dim instance As EndpointType
public enum EndpointType
public enum class EndpointType
type EndpointType
public enum EndpointType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |