Share via


DbSyncForeignKeyConstraint.ParentTableName Property

Gets or sets the name of the parent table that is involved in the foreign key constraint.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property ParentTableName As String
'Usage
Dim instance As DbSyncForeignKeyConstraint
Dim value As String

value = instance.ParentTableName

instance.ParentTableName = value
public string ParentTableName { get; set; }
public:
property String^ ParentTableName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ParentTableName ()

/** @property */
public void set_ParentTableName (String value)
public function get ParentTableName () : String

public function set ParentTableName (value : String)

Property Value

The name of the parent table that is involved in the foreign key constraint.

See Also

Reference

DbSyncForeignKeyConstraint Class
DbSyncForeignKeyConstraint Members
Microsoft.Synchronization.Data Namespace