IVsDataTableForeignKey.Columns Property

Definition

Gets a list of foreign key table columns that collectively represent the foreign key.

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

Property Value

A list of IVsDataTableForeignKeyColumn objects.

Applies to