Search Results for

    Show / Hide Table of Contents

    DatabaseType property

    Name

    Sdl.MultiTerm.TMO.Interop.TermbaseRepository.DatabaseType — Returns the database backend type for the current connection.

    Type

    Sdl.MultiTerm.TMO.Interop.MtDatabaseType (read / write)

    Index Parameters

    none

    Description

    This property returns mtJET if a local termbase repository is used, mtSQL for Microsoft SQL Server backends and mtOracle for Oracle backends.

    Sample

    MessageBox.Show(oServRep.DatabaseType.ToString());
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX