Metadata.Indexes Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Index list.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Index ^> ^ Indexes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Index ^> ^ get(); };
C#
[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)
The Index list.
- Attributes
Product | Versions |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |