Expand Minimize
This topic has not yet been rated - Rate this topic

MethodLoginType Enumeration

The MethodLoginType enumeration contains values that are used to specify the method used for logging on to the instance of SQL Server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum MethodLoginType
Member nameDescription
MixedThe login method is both standard and Windows Authentication.
WindowsThe login method is Windows Authentication.

The MethodLoginType enumeration class is served by the MethodLoginType property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.