IServerRegistryServiceCurrentServerGroupId Property |
Gets the ID of the server group to which the current server belongs.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxlong? CurrentServerGroupId { get; }ReadOnly Property CurrentServerGroupId As Long?
Get
property Nullable<long long> CurrentServerGroupId {
Nullable<long long> get ();
}abstract CurrentServerGroupId : Nullable<int64> with get
Property Value
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