Share via


FpcSQLAuthType enumeration

Applies to: desktop apps only

The FpcSQLAuthType enumerated type contains values that specify the type of authentication that will be used to connect to a SQL Server database.

Syntax

typedef enum FpcSQLAuthType { 
  fpcWinAuth  = 0,
  fpcSQLAuth  = 1
} FpcSQLAuthType;

Constants

  • fpcWinAuth
    Windows authentication.

  • fpcSQLAuth
    SQL Server authentication.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010