Share via


IVsDataTableUniqueKey.IsPrimary Property

Gets a value indicating whether this unique key is a primary key.

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

Syntax

'Declaration
ReadOnly Property IsPrimary As Boolean
    Get
bool IsPrimary { get; }
property bool IsPrimary {
    bool get ();
}
abstract IsPrimary : bool
function get IsPrimary () : boolean

Property Value

Type: System.Boolean
true if this unique key is a primary key; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataTableUniqueKey Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace