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 parent 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 ParentTableName As String
Get
Set
'Usage
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);
}
member ParentTableName : string with get, set
function get ParentTableName () : String
function set ParentTableName (value : String)
Property Value
Type: System.String
The name of the parent table that is involved in the foreign key constraint.