Compartir a través de


AlterCreateEndpointStatementBase.PayloadOptions (Propiedad)

Obtiene una lista de opciones de carga útil para este extremo.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public ReadOnly Property PayloadOptions As IList(Of PayloadOption)
    Get
public IList<PayloadOption> PayloadOptions { get; }
public:
property IList<PayloadOption^>^ PayloadOptions {
    IList<PayloadOption^>^ get ();
}
member PayloadOptions : IList<PayloadOption>
function get PayloadOptions () : IList<PayloadOption>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

AlterCreateEndpointStatementBase Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)