Dela via


AlterCreateEndpointStatementBase.PayloadOptions Property

Gets a list of payload options for this endpoint.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property PayloadOptions As IList(Of PayloadOption)
'Usage
Dim instance As AlterCreateEndpointStatementBase 
Dim value As IList(Of PayloadOption)

value = instance.PayloadOptions
public IList<PayloadOption> PayloadOptions { get; }
public:
property IList<PayloadOption^>^ PayloadOptions {
    IList<PayloadOption^>^ get ();
}
public function get PayloadOptions () : IList<PayloadOption>

Property Value

Type: System.Collections.Generic.IList<PayloadOption>

.NET Framework Security

See Also

Reference

AlterCreateEndpointStatementBase Class

AlterCreateEndpointStatementBase Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace