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 命名空间