TargetServerStatus Enumeration
The TargetServerStatus enumeration contains values that specify the status of a target server. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Blocked | Communication between the target server and the master server is blocked. | |
| Normal | The target server is operating normally. | |
| SuspectedOffline | The target server cannot be found and is probably offline. |
Show: