Creates a new database set with a given database set name argument. Returns an error message if an error occurred.
This method is the same as RegisterSchemaRepoLocationFile, except a new database set is created using the name in the dbset input parameter.
A Session does not need to be logged in to use this method.
VBScript
adminSession.RegisterSchemaRepoFromFileByDbSet dbset, filePath
Perl
$adminSession->RegisterSchemaRepoFromFileByDbSet(dbset, filePath);