次の方法で共有


ServiceQueueCollection.ItemById メソッド

システム定義の一意の識別子を使用して、ServiceQueueCollection コレクションからメンバーを抽出します。

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

構文

'宣言
Public Function ItemById ( _
    id As Integer _
) As ServiceQueue
'使用
Dim instance As ServiceQueueCollection 
Dim id As Integer 
Dim returnValue As ServiceQueue 

returnValue = instance.ItemById(id)
public ServiceQueue ItemById(
    int id
)
public:
ServiceQueue^ ItemById(
    int id
)
member ItemById : 
        id:int -> ServiceQueue
public function ItemById(
    id : int
) : ServiceQueue

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
指定された ID 値を持つ ServiceQueue オブジェクトです。

使用例

コレクションの使用

関連項目

参照

ServiceQueueCollection クラス

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

その他の技術情報

コレクションの使用