Propriété Item (String)
Gets a ServiceRoute object in the collection by name.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As ServiceRoute
Get
'Utilisation
Dim instance As ServiceRouteCollection
Dim name As String
Dim value As ServiceRoute
value = instance(name)
public ServiceRoute this[
string name
] { get; }
public:
property ServiceRoute^ default[String^ name] {
ServiceRoute^ get (String^ name);
}
member Item : ServiceRoute
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : System. . :: . .String
A String value that specifies the name of the ServiceRoute object in the ServiceRouteCollection collection.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceRoute
A ServiceRoute object value that represents the service route.
Voir aussi