BrokerPriorityStatement.BrokerPriorityParameters Property

Gets a list of broker priority parameters.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property BrokerPriorityParameters As IList(Of BrokerPriorityParameter)
public IList<BrokerPriorityParameter> BrokerPriorityParameters { get; }
public:
property IList<BrokerPriorityParameter^>^ BrokerPriorityParameters {
    IList<BrokerPriorityParameter^>^ get ();
}
member BrokerPriorityParameters : IList<BrokerPriorityParameter>
function get BrokerPriorityParameters () : IList<BrokerPriorityParameter>

Property Value

Type: System.Collections.Generic.IList<BrokerPriorityParameter>

.NET Framework Security

See Also

Reference

BrokerPriorityStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace