BrokerPriorityStatement.BrokerPriorityParameters Property
Gets the list of broker priority parameters.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property BrokerPriorityParameters As IList(Of BrokerPriorityParameter)
Get
'Usage
Dim instance As BrokerPriorityStatement
Dim value As IList(Of BrokerPriorityParameter)
value = instance.BrokerPriorityParameters
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>
The list of broker priority parameters.