Énumération MethodLoginType

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public Enumeration MethodLoginType
'Utilisation
Dim instance As MethodLoginType
public enum MethodLoginType
public enum class MethodLoginType
type MethodLoginType
public enum MethodLoginType

Membres

Nom de membre Description
Mixed The login method is both standard and Windows Authentication.
Windows The login method is Windows Authentication.

Notes

The MethodLoginType enumeration class is served by the MethodLoginType property.