ServiceQueueCollection.ItemById Yöntemi
Ayıklayan bir üye dan ServiceQueueCollection koleksiyonunu kullanarak bir sistem tanımlı, benzersiz tanımlayıcısı.
Ad Alanı: Microsoft.SqlServer.Management.Smo.Broker
Derleme: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)
Sözdizimi
'Bildirim
Public Function ItemById ( _
id As Integer _
) As ServiceQueue
'Kullanım
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
Parametreler
- id
Tür: System.Int32
Bir Int32 , benzersiz olarak tanımlayan bir değer ServiceQueue üye olan nesne ServiceQueueCollection koleksiyon.
Dönüş Değeri
Tür: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
A ServiceQueue nesnesi olan belirtilen kimlik değeri.
Ayrıca bkz.