Click or drag to resize

GetServerRoleResponse Properties

The GetServerRoleResponse type exposes the following members.

Properties
  NameDescription
Public propertyCode
The HTTP status code.
(Inherited from ResponseBase.)
Public propertyError
Always false.
(Inherited from ResponseBase.)
Public propertyRole
The server's role. Possible values for role are: SINGLE: the server is a standalone server without clustering. COORDINATOR: the server is a Coordinator in a cluster. PRIMARY: the server is a DB-Server in a cluster. SECONDARY: this role is not used anymore. AGENT: the server is an Agency node in a cluster. UNDEFINED: the server is in a cluster, but its role cannot be determined.
Top
See Also