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 (24.3.0.1000)
Syntax public long? ServerGroupId { get; }
Public ReadOnly Property ServerGroupId As Long?
Get
public:
property Nullable<long long> ServerGroupId {
Nullable<long long> get ();
}
member ServerGroupId : Nullable<int64> with get
Property Value
Type:
NullableInt64
The ID of the server group, or
if the server does not belong to a server group.
See Also