MicroStrategy ONE

Delete Connection Map statement

Deletes a previously defined connection map in a project.

Copy
DELETE 
 CONNECTION MAP FOR (USER 
 "user_name" | USER GROUP "group_name") 
 DBINSTANCE 
 "dbinstance_name" [LANGUAGE "locale_name"] 
 FOR PROJECT "project_name";

where:

  • USER "user_or_group_name" is the login name of an existing user or group that has a connection map, of type string.

  • DBINSTANCE "dbinstance_name" is the name of an existing database instance (role) that is being used for the connection map, of type string.

  • LANGUAGE "locale_name" is the locale name that is associated with the project, of type string.

  • PROJECT "project_name" is the name of the project in which the connection map is active, of type string.

Example

Copy
DELETE CONNECTION 
 MAP FOR USER "palcazar" DBINSTANCE "DBRole1" ON PROJECT 
 "3-Tier Project";