次の方法で共有


IVsDataTable.Columns Property

Definition

Gets the list of columns that the table object contains.

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 the columns contained in the table object.

Applies to