Propriedade SyncSchemaForeignKey.ChildTable
Obtém uma tabela filho da restrição FOREIGN KEY.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)
Sintaxe
'Declaração
Public ReadOnly Property ChildTable As String
'Uso
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
Valor da propriedade
A tabela filho da restrição FOREIGN KEY.
Consulte também
Referência
Classe SyncSchemaForeignKey
Membros SyncSchemaForeignKey
Namespace Microsoft.Synchronization.Data