Partager via


Propriété AlterCreateEndpointStatementBase.PayloadOptions

Gets a list of payload options for this endpoint.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PayloadOptions As IList(Of PayloadOption)
    Get
'Utilisation
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 ();
}
member PayloadOptions : IList<PayloadOption>
function get PayloadOptions () : IList<PayloadOption>

Valeur de propriété

Type : System.Collections.Generic.IList<PayloadOption>
The list of payload options for this endpoint.

Voir aussi

Référence

AlterCreateEndpointStatementBase Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom