EngineServerGroupId Property |
Gets the ID of the server group to which the current server belongs.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static long? ServerGroupId { get; }
Public Shared ReadOnly Property ServerGroupId As Long?
Get
public:
static property Nullable<long long> ServerGroupId {
Nullable<long long> get ();
}
static member ServerGroupId : Nullable<int64> with get
Property Value
Type:
NullableInt64
The ID of the server group to which the current server belongs, or
if the current server does not belong to any group.
See Also