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.