Share via


IVsDataTable.UniqueKeys Property

Gets a list of unique keys associated with the table object.

Namespace:  Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property UniqueKeys As IList(Of IVsDataTableUniqueKey)
'Usage
Dim instance As IVsDataTable 
Dim value As IList(Of IVsDataTableUniqueKey)

value = instance.UniqueKeys
IList<IVsDataTableUniqueKey> UniqueKeys { get; }
property IList<IVsDataTableUniqueKey^>^ UniqueKeys {
    IList<IVsDataTableUniqueKey^>^ get ();
}
function get UniqueKeys () : IList<IVsDataTableUniqueKey>

Property Value

Type: System.Collections.Generic.IList<IVsDataTableUniqueKey>
A list of IVsDataTableForeignKey objects representing the unique keys associated with the table object.

.NET Framework Security

See Also

Reference

IVsDataTable Interface

IVsDataTable Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace