SyncSchemaForeignKey Class
Represents a foreign key relationship between two tables that are involved in synchronization.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Class SyncSchemaForeignKey
'Usage
Dim instance As SyncSchemaForeignKey
public class SyncSchemaForeignKey
public ref class SyncSchemaForeignKey
public class SyncSchemaForeignKey
public class SyncSchemaForeignKey
Remarks
This class should not exist independently. This class should be created by calling the Add method of the SyncSchemaForeignKeys class. By default, foreign keys are not copied to the client.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.SyncSchemaForeignKey
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SyncSchemaForeignKey Members
Microsoft.Synchronization.Data Namespace