Partilhar via


Propriedade DbSyncForeignKeyConstraint.ParentTableName

Obtém ou define o nome da tabela pai envolvida na restrição da chave estrangeira.

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

Sintaxe

'Declaração
Public Property ParentTableName As String
'Uso
Dim instance As DbSyncForeignKeyConstraint
Dim value As String

value = instance.ParentTableName

instance.ParentTableName = value
public string ParentTableName { get; set; }
public:
property String^ ParentTableName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ParentTableName ()

/** @property */
public void set_ParentTableName (String value)
public function get ParentTableName () : String

public function set ParentTableName (value : String)

Valor da propriedade

O nome da tabela pai envolvida na restrição da chave estrangeira.

Consulte também

Referência

Classe DbSyncForeignKeyConstraint
Membros DbSyncForeignKeyConstraint
Namespace Microsoft.Synchronization.Data