ServiceQueueCollection.Item Özelliği (String, String)
Alır bir ServiceQueue , nesne koleksiyon adı ve şema.
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, _
schema As String _
) As ServiceQueue
Get
'Kullanım
Dim instance As ServiceQueueCollection
Dim name As String
Dim schema As String
Dim value As ServiceQueue
value = instance(name, schema)
public ServiceQueue this[
string name,
string schema
] { get; }
public:
property ServiceQueue^ default[String^ name, String^ schema] {
ServiceQueue^ get (String^ name, String^ schema);
}
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.
- schema
Tür: System.String
A String şeması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.