Свойство Item (String)
Gets a ServiceRoute object in the collection by name.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As ServiceRoute
Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System. . :: . .String
A String value that specifies the name of the ServiceRoute object in the ServiceRouteCollection collection.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceRoute
A ServiceRoute object value that represents the service route.
См. также