| ConnectionAuthenticationType Enumeration |
Enum to specify the authentication method for data collectors for some databases which support windows authentication.
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic enum ConnectionAuthenticationType
Public Enumeration ConnectionAuthenticationType
Members|
| Member name | Value | Description |
|---|
| WindowsAuthentication | 0 | |
| DatabaseSpecificAuthentication | 1 | |
See Also