FKConstraint.ReferencedTable Property

Gets the name of the unique constraint table participating in this foreign-key relationship.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property ReferencedTable As String
    Get
    Friend Set
'Usage
Dim instance As FKConstraint
Dim value As String

value = instance.ReferencedTable
public string ReferencedTable { get; internal set; }
public:
property String^ ReferencedTable {
    String^ get ();
    internal: void set (String^ value);
}
member ReferencedTable : string with get, internal set
function get ReferencedTable () : String
internal function set ReferencedTable (value : String)

Property Value

Type: System.String
The unique table name.

See Also

Reference

FKConstraint Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace