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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.