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


Свойство Owner

Gets or sets the owner of the remote service binding.

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

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Owner As String
    Get
    Set
'Применение
Dim instance As RemoteServiceBinding
Dim value As String

value = instance.Owner

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

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

Тип System. . :: . .String
A String value that specifies the name of the remote service binding.