ServerRegistryChangeKinds Enumeration |
Specifies kinds of changes made to the server registry.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [FlagsAttribute]
public enum ServerRegistryChangeKinds
<FlagsAttribute>
Public Enumeration ServerRegistryChangeKinds
[FlagsAttribute]
public enum class ServerRegistryChangeKinds
[<FlagsAttribute>]
type ServerRegistryChangeKinds
Members
| Member name | Value | Description |
---|
| None | 0 | Nothing was changed. |
| ServerGroupMembership | 1 | Servers were added or removed from a server group. |
See Also