ParentTable 属性
获取外键约束的父表。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public ReadOnly Property ParentTable As String
Get
用法
Dim instance As SyncSchemaForeignKey
Dim value As String
value = instance.ParentTable
public string ParentTable { get; }
public:
property String^ ParentTable {
String^ get ();
}
member ParentTable : string
function get ParentTable () : String
属性值
类型:System. . :: . .String
外键约束的父表。