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


Перечисление ServerLoginMode

The ServerLoginMode enumeration contains values that are used to specify the method used to connect to the instance of SQL Server.

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

Синтаксис

'Декларация
Public Enumeration ServerLoginMode
'Применение
Dim instance As ServerLoginMode
public enum ServerLoginMode
public enum class ServerLoginMode
type ServerLoginMode
public enum ServerLoginMode

Элементы

Имя элемента Описание
Normal The SQL Server Login mode is SQL Server Authentication.
Integrated The SQL Server login mode is Windows Authentication.
Mixed The SQL Server Login mode is mixed, which is Windows Authentication when the login has a Windows account and SQL Server standard authentication when the login does not have a Windows account.
Unknown The login mode is unknown.

Замечания

The ServerLoginMode enumeration class is served by the LoginMode property.