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

Get the JDBC dialect set for the database store.

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

Syntax

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

Return Value

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

See Also