ServiceQueueCollection.Item Özelliği (String)
Alır bir ServiceQueue , nesne koleksiyon adı ile
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 ( _
name As String _
) As ServiceQueue
Get
'Kullanım
Dim instance As ServiceQueueCollection
Dim name As String
Dim value As ServiceQueue
value = instance(name)
public ServiceQueue this[
string name
] { get; }
public:
property ServiceQueue^ default[String^ name] {
ServiceQueue^ get (String^ name);
}
member Item : ServiceQueue
JScript, dizinli özelliklerin kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.
Parametreler
- name
Tür: System.String
A String adını 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.