ApexSQL.Log.Api Send comments on this topic.
ServerSideComponentsState Enumeration
See Also  



Enumeration of possible server-side components states.

Syntax

Visual Basic (Declaration) 
Public Enum ServerSideComponentsState 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ServerSideComponentsState
C# 
public enum ServerSideComponentsState : Enum 
C++/CLI 
public enum class ServerSideComponentsState : public Enum 

Members

MemberDescription
CompatibleVersionValue indicating correct version of server-side components.
LaterVersionValue indicating later version of server-side components.
EarlierVersionValue indicating earlier version of server-side components.
NotInstalledValue indicating not installed server-components.

Example

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ApexSql.Log.ServerSideComponentsState

See Also