Compartir a través de


Owner Propiedad

Gets or sets the owner of the remote service binding.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Owner As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .String
A String value that specifies the name of the remote service binding.