Поделиться через


Свойство LoginType

Gets or sets the type of SQL Server login account.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property LoginType As LoginType
    Get
    Set
'Применение
Dim instance As Login
Dim value As LoginType

value = instance.LoginType

instance.LoginType = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public LoginType LoginType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property LoginType LoginType {
    LoginType get ();
    void set (LoginType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member LoginType : LoginType with get, set
function get LoginType () : LoginType
function set LoginType (value : LoginType)

Значение свойства

Тип Microsoft.SqlServer.Management.Smo. . :: . .LoginType
A LoginType object value that specifies the type of authentication performed on the SQL Server login account.

Замечания

The type of login specifies whether the Windows account is a group account or a single user account in addition to the type of authentication.