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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace