Condividi tramite


Proprietà SyncSchemaForeignKey.ChildTable

Ottiene la tabella figlio del vincolo FOREIGN KEY.

Spazio dei nomi: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ChildTable As String
'Utilizzo
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

Valore proprietà

Tabella figlio del vincolo FOREIGN KEY.

Vedere anche

Riferimento

Classe SyncSchemaForeignKey
Membri SyncSchemaForeignKey
Spazio dei nomi Microsoft.Synchronization.Data