ServiceQueueCollection.Item Özelliği (Int32)
Alır bir ServiceQueue , nesne koleksiyon dizin numarasına göre
Ad Alanı: Microsoft.SqlServer.Management.Smo.Broker
Derleme: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)
Sözdizimi
'Bildirim
Public ReadOnly Default Property Item ( _
index As Integer _
) As ServiceQueue
Get
'Kullanım
Dim instance As ServiceQueueCollection
Dim index As Integer
Dim value As ServiceQueue
value = instance(index)
public ServiceQueue this[
int index
] { get; }
public:
property ServiceQueue^ default[int index] {
ServiceQueue^ get (int index);
}
member Item : ServiceQueue
JScript, dizinli özelliklerin kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.
Parametreler
- index
Tür: System.Int32
Bir Int32 konumunu belirten değeri ServiceQueue , nesne ServiceQueueCollection koleksiyon.
Özellik Değeri
Tür: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
A ServiceQueue temsil eden nesne değeri hizmet sıra.
Ayrıca bkz.