Condividi tramite


Enumerazione MethodLoginType

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public Enumeration MethodLoginType
'Utilizzo
Dim instance As MethodLoginType
public enum MethodLoginType
public enum class MethodLoginType
type MethodLoginType
public enum MethodLoginType

Membri

Nome membro Descrizione
Mixed The login method is both standard and Windows Authentication.
Windows The login method is Windows Authentication.

Osservazioni

The MethodLoginType enumeration class is served by the MethodLoginType property.