Specifies the kinds of payload options.
此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration PayloadOptionKinds
用法
Dim instance As PayloadOptionKinds
[FlagsAttribute]
public enum PayloadOptionKinds
[FlagsAttribute]
public enum class PayloadOptionKinds
[<FlagsAttribute>]
type PayloadOptionKinds
public enum PayloadOptionKinds
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |