BrokerPriorityCollection.ItemById Yöntemi
Ayıklayan bir üye dan BrokerPriorityCollection 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 BrokerPriority
'Kullanım
Dim instance As BrokerPriorityCollection
Dim id As Integer
Dim returnValue As BrokerPriority
returnValue = instance.ItemById(id)
public BrokerPriority ItemById(
int id
)
public:
BrokerPriority^ ItemById(
int id
)
member ItemById :
id:int -> BrokerPriority
public function ItemById(
id : int
) : BrokerPriority
Parametreler
- id
Tür: System.Int32
Bir Int32 , benzersiz olarak tanımlayan bir değer BrokerPriority üye olan nesne BrokerPriorityCollection koleksiyon.
Dönüş Değeri
Tür: Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority
A BrokerPriority nesnesi olan belirtilen kimlik değeri.
Ayrıca bkz.