TargetServerStatus 枚举

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.

此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration TargetServerStatus
用法
Dim instance As TargetServerStatus
[FlagsAttribute]
public enum TargetServerStatus
[FlagsAttribute]
public enum class TargetServerStatus
[<FlagsAttribute>]
type TargetServerStatus
public enum TargetServerStatus

成员

成员名称 说明
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.

注释

The TargetServerStatus enumeration class is served by the Status property.

请参阅

参考

Microsoft.SqlServer.Management.Smo.Agent 命名空间