ForeignKeyReferencedTable Property |
Gets or sets the name of referenced table.
Namespace:
Dundas.BI.Data.Metadata.Relational
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic string ReferencedTable { get; set; }Public Property ReferencedTable As String
Get
Set
public:
property String^ ReferencedTable {
String^ get ();
void set (String^ value);
}member ReferencedTable : string with get, set
Property Value
Type:
String
See Also