Свойство AlterCreateEndpointStatementBase.PayloadOptions

Gets a list of payload options for this endpoint.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property PayloadOptions As IList(Of PayloadOption)
    Get
'Применение
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>

Значение свойства

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

См. также

Справочник

AlterCreateEndpointStatementBase Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom