IndexMetadata Class

Class describing Ax Table Index metadata

Namespace:  Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts
Assembly:  Microsoft.Dynamics.AX.Services.Metadata (in Microsoft.Dynamics.AX.Services.Metadata.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public NotInheritable Class IndexMetadata _
    Inherits MetadataBase
'Usage
Dim instance As IndexMetadata
[DataContractAttribute]
public sealed class IndexMetadata : MetadataBase
[DataContractAttribute]
public ref class IndexMetadata sealed : public MetadataBase

Inheritance Hierarchy

System.Object
  MetadataBase
    Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.IndexMetadata

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts Namespace