Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents a collection of ServiceRoute objects. Each ServiceRoute object represents a service route defined on the instance of Компонент Service Broker.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(ServiceRoute))> _
Public ReadOnly Property Routes As ServiceRouteCollection
Get
'Применение
Dim instance As ServiceBroker
Dim value As ServiceRouteCollection
value = instance.Routes
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(ServiceRoute))]
public ServiceRouteCollection Routes { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny,
typeof(ServiceRoute))]
public:
property ServiceRouteCollection^ Routes {
ServiceRouteCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(ServiceRoute))>]
member Routes : ServiceRouteCollection
function get Routes () : ServiceRouteCollection
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection
A ServiceRouteCollection object that represents all the service routes defined on the instance of Компонент Service Broker.
Примеры
Readme_ServiceBrokerConfiguration
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Broker
Другие ресурсы
Разработка (компонент Service Broker)