RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MetaDataCollectionName.Synonyms Field

This metadata collection represents synonyms in a database.

Pascal
const Synonyms: string = "Synonyms";
C++
string Synonyms = "Synonyms";

This metadata collection represents synonyms in a database.  

The columns are:

Column Name 
Data Type 
Description 
CatalogName  
String  
The catalog name.  
SchemaName  
String  
The schema name.  
SynonymName  
String  
The catalog name of the table to which this synonym refers.  
TableCatalogName  
String  
The catalog name of the table to which this synonym refers.  
TableSchemaName  
String .  
The schema name of the table to which this synonym refers.  
TableName  
String  
The name of the table to which this synonym refers.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!