Share via


IVsDataTableUniqueKey.Columns Property

Definition

Gets all the columns that make up this unique key.

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableColumn ^> ^ Columns { System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableColumn ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableColumn> Columns { get; }
member this.Columns : System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableColumn>
Public ReadOnly Property Columns As IList(Of IVsDataTableColumn)

Property Value

A list of IVsDataTableColumn objects representing all the columns that make up this unique key.

Applies to