Freigeben über


SyncSchemaForeignKey.ChildTable-Eigenschaft

Ruft die untergeordnete Tabelle der FOREIGN KEY-Einschränkung ab.

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

Syntax

'Declaration
Public ReadOnly Property ChildTable As String
'Usage
Dim instance As SyncSchemaForeignKey
Dim value As String

value = instance.ChildTable
public string ChildTable { get; }
public:
property String^ ChildTable {
    String^ get ();
}
/** @property */
public String get_ChildTable ()
public function get ChildTable () : String

Eigenschaftenwert

Die untergeordnete Tabelle der FOREIGN KEY-Einschränkung.

Siehe auch

Verweis

SyncSchemaForeignKey-Klasse
SyncSchemaForeignKey-Member
Microsoft.Synchronization.Data-Namespace