Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'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);
}
member ChildTableName : string with get, set
function get ChildTableName () : String
function set ChildTableName (value : String)
Property Value
Type: System.String
The name of the child table that is involved in the foreign key constraint.