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.

참고 항목

참조

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