IVsDataTabularObject.Columns Property

Definition

Gets a list of data columns contained in the tabular object.

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

Property Value

A list of IVsDataColumn objects representing the data columns contained in the tabular object.

Applies to