PayloadOption Class
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class PayloadOption _
Inherits TSqlFragment
'Usage
Dim instance As PayloadOption
[SerializableAttribute]
public abstract class PayloadOption : TSqlFragment
[SerializableAttribute]
public ref class PayloadOption abstract : public TSqlFragment
public abstract class PayloadOption extends TSqlFragment
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.PayloadOption
Microsoft.Data.Schema.ScriptDom.Sql.AuthenticationPayloadOption
Microsoft.Data.Schema.ScriptDom.Sql.CharacterSetPayloadOption
Microsoft.Data.Schema.ScriptDom.Sql.EnabledDisabledPayloadOption
Microsoft.Data.Schema.ScriptDom.Sql.EncryptionPayloadOption
Microsoft.Data.Schema.ScriptDom.Sql.LiteralPayloadOption
Microsoft.Data.Schema.ScriptDom.Sql.LoginTypePayloadOption
Microsoft.Data.Schema.ScriptDom.Sql.RolePayloadOption
Microsoft.Data.Schema.ScriptDom.Sql.SchemaPayloadOption
Microsoft.Data.Schema.ScriptDom.Sql.SessionTimeoutPayloadOption
Microsoft.Data.Schema.ScriptDom.Sql.SoapMethod
Microsoft.Data.Schema.ScriptDom.Sql.WsdlPayloadOption
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.