다음을 통해 공유


AuthenticationInfo.AuthenticationType 속성

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

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

구문

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

value = instance.AuthenticationType

instance.AuthenticationType = value
public int AuthenticationType { get; set; }
public:
property int AuthenticationType {
    int get ();
    void set (int value);
}
member AuthenticationType : int with get, set
function get AuthenticationType () : int 
function set AuthenticationType (value : int)

속성 값

유형: System.Int32
The value that represents the type of authentication.

참고 항목

참조

AuthenticationInfo 클래스

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