Share via


Entity.Indexes 속성

정의

목록을 지정합니다 Index .

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Index ^> ^ Indexes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Index ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Index> Indexes { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.Indexes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Index>
Public ReadOnly Property Indexes As Collection(Of Index)

속성 값

Index 목록입니다.

특성

적용 대상