Поделиться через


Свойство Name

Возвращает или задает имя привязки удаленной службы Service Broker, связанной с объектом RemoteServiceBindingExtender.

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

Синтаксис

'Декларация
<ExtendedPropertyAttribute> _
Public Property Name As String
    Get
    Set
'Применение
Dim instance As RemoteServiceBindingExtender
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
Значение типа String, указывающее имя привязки удаленной службы компонента Service Broker, связанной с объектом RemoteServiceBindingExtender.