次の方法で共有


BrokerPriorityStatement.BrokerPriorityParameters プロパティ

ブローカー優先度パラメーターの一覧を取得します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property BrokerPriorityParameters As IList(Of BrokerPriorityParameter)
    Get
'使用
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>

プロパティ値

型: System.Collections.Generic.IList<BrokerPriorityParameter>
ブローカー優先度パラメーターの一覧。

関連項目

参照

BrokerPriorityStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間