Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a list of payload options for this endpoint.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property PayloadOptions As IList(Of PayloadOption)
Get
'Usage
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>
Eigenschaftswert
Typ: System.Collections.Generic.IList<PayloadOption>
The list of payload options for this endpoint.