AuthenticationInfo.UserLabel 속성

Gets or sets the specified text that represents the label of the password.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Public Property UserLabel As String 
    Get 
    Set
‘사용 방법
Dim instance As AuthenticationInfo 
Dim value As String 

value = instance.UserLabel

instance.UserLabel = value
public string UserLabel { get; set; }
public:
property String^ UserLabel {
    String^ get ();
    void set (String^ value);
}
member UserLabel : string with get, set
function get UserLabel () : String 
function set UserLabel (value : String)

속성 값

유형: System.String
A string that represents the label of the user.

참고 항목

참조

AuthenticationInfo 클래스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스