次の方法で共有


BrokerPriority.ID プロパティ

BrokerPriority オブジェクトに関連付けられたメッセージ交換の優先度の ID を取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ID As Integer 
    Get
'使用
Dim instance As BrokerPriority 
Dim value As Integer 

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ID : int
function get ID () : int

プロパティ値

型: System.Int32
データベース内のメッセージ交換の優先度を一意に識別する Int32 値。

使用例

CREATE BROKER PRIORITY (Transact-SQL)

関連項目

参照

BrokerPriority クラス

Microsoft.SqlServer.Management.Smo.Broker 名前空間

その他の技術情報

メッセージ交換の優先度

メッセージ交換の優先度の管理

メッセージ交換の優先度のトラブルシューティング

開発 (Service Broker)

概要 (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)