I have a WorkspaceConnectionString from CIMFeatureDatasetDataConnection looking like that:

With this ConnectionString I like to open a Enterprise Geodatabase (SDE):
GDB = new Geodatabase(new DatabaseConnectionProperties(EnterpriseDatabaseType.SQLServer)
What is the best way to do this?