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 (8.0.2.1001)
Syntax
public Nullable<long> ServerGroupId { get; }

Property Value

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