[TIBCO.EMS .NET Admin client library 7.0 documentation]

Get the JDBC driver name for the database store.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public string DbStoreJDBCDriverName { get; }
Public ReadOnly Property DbStoreJDBCDriverName As String
public:
property String^ DbStoreJDBCDriverName {
	String^ get ();
}

Return Value

The value of the setting. Null will be returned if this server is using a database store.

See Also