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

AuthenticationType Enumeration

SQL Server 2012

Specifies the Sql server authentication type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum AuthenticationType
Member nameDescription
NoneThe none authentication type.
InstanceThe instance authentication type.
DatabaseThe database authentication type.
WindowsThe windows authentication type.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.