SyncSchemaForeignKey::ParentTable Property

Gets the parent table of the FOREIGN KEY constraint.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property String^ ParentTable {
	String^ get ();
}

Property Value

Type: System::String
The parent table of the FOREIGN KEY constraint.
Show: