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

The MethodLoginType enumeration contains values that are used to specify the method used for logging on to the instance of SQL Server.

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

Синтаксис

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

Элементы

Имя элемента Описание
Mixed The login method is both standard and Windows Authentication.
Windows The login method is Windows Authentication.

Замечания

The MethodLoginType enumeration class is served by the MethodLoginType property.