Gets a set of connection values that are used to make connections to an FDO provider that permits multiple connections.
Remarks:
You connect to the provider using a set of values that is one value short of addressing a source of feature data. This set of values is also known as a "partial connection string". The provider returns a set of values each of which represents a final value needed to connect to feature data. You can now construct a set of "full connection strings", and you can test the validity of each of these using the MgFeatureService::TestConnection Method . You make a fully functional connection using another variant of the MgFeatureService::TestConnection Method . Currently, the only use for this method is to list the datastores in an Oracle database. Feature data is stored in a datastore in an Oracle database. This is explained in the section on the Oracle provider in the Connection To Feature Source topic.
(String/string) The name of the enumerable property for which values need to be retrieved. Connection property names are contained in the output of the MgFeatureService::GetFeatureProviders method. The value of the ConnectionProperty element's Enumerable attribute must be true.
partialConnString
(String/string) A partial connection string, which is sufficient to connect to a provider.