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

멤버

멤버 이름 설명
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.

주의

The ServerLoginMode enumeration class is served by the LoginMode property.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스