Partager via


Item propriété (String)

Gets a ServiceQueue object in the collection by name.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As ServiceQueue
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de la propriété

Type : Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceQueue
A ServiceQueue object value that represents the service queue.