Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The ServerLoginMode enumeration contains values that are used to specify the method used to connect 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 ServerLoginMode
'Utilisation
Dim instance As ServerLoginMode
public enum ServerLoginMode
public enum class ServerLoginMode
type ServerLoginMode
public enum ServerLoginMode
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. | |
| Normal | The SQL Server Login mode is SQL Server Authentication. | |
| Unknown | The login mode is unknown. |
Notes
The ServerLoginMode enumeration class is served by the LoginMode property.