다음을 통해 공유


AuthenticationInfo.AuthenticationLabel 속성

Gets or sets a value that determines the label of authentication.

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

구문

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

value = instance.AuthenticationLabel

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

속성 값

유형: System.String
The value that represents the label of authentication.

참고 항목

참조

AuthenticationInfo 클래스

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