IVsDataTable.UniqueKeys 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.
Gets a list of unique keys associated with the table object.
public:
property System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableUniqueKey ^> ^ UniqueKeys { System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableUniqueKey ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableUniqueKey> UniqueKeys { get; }
member this.UniqueKeys : System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableUniqueKey>
Public ReadOnly Property UniqueKeys As IList(Of IVsDataTableUniqueKey)
Property Value
A list of IVsDataTableForeignKey objects representing the unique keys associated with the table object.