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. |