共用方式為


SyncSchemaForeignKey.ParentTable 屬性

取得 FOREIGN KEY 條件約束的父資料表。

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
Public ReadOnly Property ParentTable As String
'用途
Dim instance As SyncSchemaForeignKey
Dim value As String

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

屬性值

FOREIGN KEY 條件約束的父資料表。

請參閱

參考

SyncSchemaForeignKey 類別
SyncSchemaForeignKey 成員
Microsoft.Synchronization.Data 命名空間