共用方式為


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
具有指定之識別碼值的 ServiceQueue 物件。

範例

使用集合