Aracılığıyla paylaş


ServerRoleExtender.OwnerForUI Property

Gets or sets a String which contains the name of the owner.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<ExtendedPropertyAttribute> _
Public Property OwnerForUI As String
    Get
    Set
'Kullanım
Dim instance As ServerRoleExtender
Dim value As String

value = instance.OwnerForUI

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

Property Value

Type: System.String
A String which contains the name of the owner.

See Also

Reference

ServerRoleExtender Class

Microsoft.SqlServer.Management.Smo Namespace