SqlAuthenticationMode enumeration

Specifies constants representing SQL Server Authentication modes.

Namespace:  Microsoft.SharePoint.Administration.DatabaseProvider
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SqlAuthenticationMode
'Usage
Dim instance As SqlAuthenticationMode
public enum SqlAuthenticationMode

Members

Member name Description
SqlServerAuth The SQL Server Authentication mode.
SqlServerAuthOrWindowsAuth The SQL Server Authentication or Windows Authentication (mixed) mode.

See also

Reference

Microsoft.SharePoint.Administration.DatabaseProvider namespace