IServerRegistryServiceCreateServerGroup Method |
Creates a server group.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxlong CreateServerGroup(
string name
)
Function CreateServerGroup (
name As String
) As Long
long long CreateServerGroup(
String^ name
)
abstract CreateServerGroup :
name : string -> int64 Parameters
- name String
- The server group name.
Return Value
Int64The ID of the newly-created group, or
-1 if a group with the specified name already exists.
Exceptions
See Also