次の方法で共有


AlterCreateEndpointStatementBase.PayloadOptions プロパティ

このエンドポイントのペイロード オプションの一覧を取得します。

名前空間:  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>
このエンドポイントのペイロード オプションの一覧。

関連項目

参照

AlterCreateEndpointStatementBase クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間