IVsDataTable.UniqueKeys Property

Definition

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.

Applies to