次の方法で共有


PayloadOptionKinds 列挙体

ペイロード オプションの種類を指定します。

この列挙体には、メンバー値のビットごとの組み合わせを可能にする 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 オプションの種類は Authentication です。
Batches オプションの種類は Batches です。
CharacterSet オプションの種類は CharacterSet です。
Database オプションの種類は Database です。
DatabaseMirroringOptions オプションの種類は DatabaseMirroringOptions です。
Encryption オプションの種類は Encryption です。
HeaderLimit オプションの種類は HeaderLimit です。
LoginType オプションの種類は LoginType です。
MessageForwarding オプションの種類は MessageForwarding です。
MessageForwardSize オプションの種類は MessageForwardSize です。
Namespace オプションの種類は Namespace です。
None オプションの種類は None です。
Role オプションの種類は Role です。
Schema オプションの種類は Schema です。
ServiceBrokerOptions オプションの種類は ServiceBrokerOptions です。
Sessions オプションの種類は Sessions です。
SessionTimeout オプションの種類は SessionTimeout です。
SoapOptions オプションの種類は SoapOptions です。
WebMethod オプションの種類は WebMethod です。
Wsdl オプションの種類は Wsdl です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間