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