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 命名空间