IVsDataTableForeignKey.ReferencedUniqueKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.