次の方法で共有


BrokerPriorityCollection クラス

BrokerPriorityCollection クラスは、データベースで定義されたすべてのメッセージ交換の優先度を表す BrokerPriority オブジェクトのコレクションを表します。

名前空間:  Microsoft.SqlServer.Management.Smo.Broker
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public NotInheritable Class BrokerPriorityCollection _
    Inherits SimpleObjectCollectionBase
'使用
Dim instance As BrokerPriorityCollection
public sealed class BrokerPriorityCollection : SimpleObjectCollectionBase
public ref class BrokerPriorityCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type BrokerPriorityCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class BrokerPriorityCollection extends SimpleObjectCollectionBase

説明

BrokerPriorityCollection オブジェクトは、一連のメッセージ型にアクセスするために使用できます。Item プロパティを使用すると、特定の BrokerPriority オブジェクトを取得できます。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。