AuthenticationType Enumeration
Specifies the Sql server authentication type.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Database | The database authentication type. | |
| External | The external authentication type. | |
| Instance | The instance authentication type. | |
| None | The none authentication type. | |
| Windows | The windows authentication type. |
Show: