ProviderPropertyJdbcConnectionStringComponent Property  | 
 
            Gets or sets a value indicating how this property should be used when generating the Data Discovery JDBC connection string.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic JdbcConnectionStringComponent JdbcConnectionStringComponent { get; set; }Public Property JdbcConnectionStringComponent As JdbcConnectionStringComponent
	Get
	Set
public:
property JdbcConnectionStringComponent JdbcConnectionStringComponent {
	JdbcConnectionStringComponent get ();
	void set (JdbcConnectionStringComponent value);
}member JdbcConnectionStringComponent : JdbcConnectionStringComponent with get, set
Property Value
Type: 
JdbcConnectionStringComponentJdbcConnectionStringComponent
See Also