MetaTable.PrimaryKeyColumns 屬性

定義

取得定義主索引鍵的資料行集合。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Web::DynamicData::MetaColumn ^> ^ PrimaryKeyColumns { System::Collections::ObjectModel::ReadOnlyCollection<System::Web::DynamicData::MetaColumn ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.DynamicData.MetaColumn> PrimaryKeyColumns { get; }
member this.PrimaryKeyColumns : System.Collections.ObjectModel.ReadOnlyCollection<System.Web.DynamicData.MetaColumn>
Public ReadOnly Property PrimaryKeyColumns As ReadOnlyCollection(Of MetaColumn)

屬性值

包含主索引鍵資料行的集合。

適用於