Click or drag to resize
SQLServerAuthenticationModeEnum Enumeration
Enumeration of the SQL authentication mode.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public enum SQLServerAuthenticationModeEnum
Members
  Member nameValueDescription
SQLServerAuthentication0 SQL Server authentication.
WindowsAuthentication1 Windows authentication.
See Also