IVsDataTableForeignKey.ReferencedUniqueKey Property

Definition

The unique key on the table referenced by this foreign key.

public:
 property Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableUniqueKey ^ ReferencedUniqueKey { Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableUniqueKey ^ get(); };
public Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableUniqueKey ReferencedUniqueKey { get; }
member this.ReferencedUniqueKey : Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableUniqueKey
Public ReadOnly Property ReferencedUniqueKey As IVsDataTableUniqueKey

Property Value

The unique key.

Applies to