MapGuide API Reference
|
virtual MgStringCollection* MgFeatureService::GetConnectionPropertyValues | ( | CREFSTRING | providerName, |
CREFSTRING | propertyName, | ||
CREFSTRING | partialConnString | ||
) | [pure virtual] |
Gets a set of connection values that are used to make connections to an FDO provider that permits multiple connections.
virtual MgStringCollection GetConnectionPropertyValues(string providerName, string propertyName, string partialConnString); |
virtual MgStringCollection GetConnectionPropertyValues(String providerName, String propertyName, String partialConnString); |
virtual MgStringCollection GetConnectionPropertyValues(string providerName, string propertyName, string partialConnString); |
providerName | (String/string) The name of the Fdo feature provider. Permissible values are obtained by calling the MgFeatureService::GetFeatureProviders Method . |
propertyName | (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. |
$datastores = $featureService->GetConnectionPropertyValues("Autodesk.Oracle", "DataStore", "Service=MapGuideService;Username=MapGuideUser;Password=test;DataStore=");
MgInvalidArgumentException | |
MgFdoException |