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 kinds of payload options.
Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration PayloadOptionKinds
'Usage
Dim instance As PayloadOptionKinds
[FlagsAttribute]
public enum PayloadOptionKinds
[FlagsAttribute]
public enum class PayloadOptionKinds
[<FlagsAttribute>]
type PayloadOptionKinds
public enum PayloadOptionKinds
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Authentication | The option kind is Authentication. | |
| Batches | The option kind is Batches. | |
| CharacterSet | The option kind is CharacterSet. | |
| Database | The option kind is Database. | |
| DatabaseMirroringOptions | The option kind is DatabaseMirroringOptions. | |
| Encryption | The option kind is Encryption. | |
| HeaderLimit | The option kind is HeaderLimit. | |
| LoginType | The option kind is LoginType. | |
| MessageForwarding | The option kind is MessageForwarding. | |
| MessageForwardSize | The option kind is MessageForwardSize. | |
| Namespace | The option kind is Namespace. | |
| None | The option kind is None. | |
| Role | The option kind is Role. | |
| Schema | The option kind is Schema. | |
| ServiceBrokerOptions | The option kind is ServiceBrokerOptions. | |
| Sessions | The option kind is Sessions. | |
| SessionTimeout | The option kind is SessionTimeout. | |
| SoapOptions | The option kind is SoapOptions. | |
| WebMethod | The option kind is WebMethod. | |
| Wsdl | The option kind is Wsdl. |