SyncSchemaForeignKey::ChildTable Property

Gets the child table of the FOREIGN KEY constraint.

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

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

Property Value

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