ServerInfoServerGroupId Property

Gets the ID of the server group to which the server belongs.

Namespace: Dundas.BI.Configuration
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public long? ServerGroupId { get; }

Property Value

NullableInt64
The ID of the server group, or if the server does not belong to a server group.
See Also