IVsDataTable.ForeignKeys 属性

定义

获取与 table 对象关联的外键的列表。

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableForeignKey ^> ^ ForeignKeys { System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableForeignKey ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableForeignKey> ForeignKeys { get; }
member this.ForeignKeys : System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableForeignKey>
Public ReadOnly Property ForeignKeys As IList(Of IVsDataTableForeignKey)

属性值

IList<IVsDataTableForeignKey>

对象的列表, IVsDataTableForeignKey 这些对象表示与 table 对象关联的外键。

适用于