Свойство ServiceRouteExtender.Name

Gets or sets the name of the conversation priority associated with the ServiceRouteExtender object.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<ExtendedPropertyAttribute> _
Public Property Name As String 
    Get 
    Set
'Применение
Dim instance As ServiceRouteExtender 
Dim value As String 

value = instance.Name

instance.Name = value
[ExtendedPropertyAttribute]
public string Name { get; set; }
[ExtendedPropertyAttribute]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<ExtendedPropertyAttribute>]
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

Значение свойства

Тип: System.String
A String value that specifies the name of the Компонент Service Broker route associated with the ServiceRouteExtender object.

См. также

Справочник

ServiceRouteExtender Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Broker