다음을 통해 공유


User.AuthenticationType 속성

Gets a string value that describes the mechanism used to authenticate the user.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AuthenticationType As AuthenticationType 
    Get
‘사용 방법
Dim instance As User 
Dim value As AuthenticationType 

value = instance.AuthenticationType
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public AuthenticationType AuthenticationType { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property AuthenticationType AuthenticationType {
    AuthenticationType get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AuthenticationType : AuthenticationType
function get AuthenticationType () : AuthenticationType

속성 값

유형: Microsoft.SqlServer.Management.Smo.AuthenticationType
The mechanism used to authenticate the user.

참고 항목

참조

User 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스