DOC: Undocumented SynonymType Property Value for Oracle Synonyms (198662)



The information in this article applies to:

  • Microsoft Visual Basic Learning Edition for Windows 6.0
  • Microsoft Visual Basic Professional Edition for Windows 6.0
  • Microsoft Visual Basic Enterprise Edition for Windows 6.0

This article was previously published under Q198662

SUMMARY

This article contains the SynonymType property values for Oracle synonyms. These values are undocumented in the Visual Basic documentation.

MORE INFORMATION

The SynonymType property indicates the base object types. Following is a list of values for the SynonymType property:


    4 = Table
    6 = Table Trigger
    7 = Table Index
   10 = Table Foreign Key
   13 = View
   15 = Stored Procedure
   19 = Package
   26 = Synonym
   28 = Function

				

Modification Type:MajorLast Reviewed:5/8/2003
Keywords:kbBug kbDatabase kbOracle kbpending KB198662