GetDatabaseConnectionParameters
Retrieves the connection parameter definitions that the database requires. Typically, you call GetDatabaseConnectionTypes to retrieve the list of available database types, then call GetDatabaseConnectionParameters to retrieve the connection parameters for a specific database type.
Request schema
<xsd:complexType name="GetDatabaseConnectionParameters">
<xsd:sequence>
<xsd:element name="Type" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Request elements
Type
The type of database.
Response schema
<xsd:complexType name="GetDatabaseConnectionParametersResponse">
<xsd:sequence>
<xsd:element name="List"
type="typens:ArrayOfParameterDefinition"/>
</xsd:sequence>
</xsd:complexType>
Response elements
List
Information about the connection parameters.