다음을 통해 공유


AuthenticationInfo.PasswordLabel 속성

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

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

구문

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

value = instance.PasswordLabel

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

속성 값

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

참고 항목

참조

AuthenticationInfo 클래스

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