Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the child 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 ChildTableName As String
'Usage
Dim instance As DbSyncForeignKeyConstraint
Dim value As String
value = instance.ChildTableName
instance.ChildTableName = value
public string ChildTableName { get; set; }
public:
property String^ ChildTableName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ChildTableName ()
/** @property */
public void set_ChildTableName (String value)
public function get ChildTableName () : String
public function set ChildTableName (value : String)
Property Value
The name of the child table that is involved in the foreign key constraint.
See Also
Reference
DbSyncForeignKeyConstraint Class
DbSyncForeignKeyConstraint Members
Microsoft.Synchronization.Data Namespace