LoginType 属性

Gets the type of login that is associated with the database user, such as whether it is a Windows group or a SQL Server standard login.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property LoginType As LoginType
    Get
用法
Dim instance As User
Dim value As LoginType

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

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .LoginType
A LoginType object value that specifies the type of login that is associated with the database user.