Represents the different types of SQL Security models available in iMIS

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public enum SqlSecurityModelType
Visual Basic (Declaration)
Public Enumeration SqlSecurityModelType
Visual C++
public enum class SqlSecurityModelType

Members

Member nameDescription
PassThrough
Represents the pass yhrough SQL security model
ParallelLoginId
Represents the parallel login SQL security model
UnifiedLogin
Represents the unified login SQL security model

See Also