DictIndex Class
Definition
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.
The DictIndex class returns metadata about a table index.
public ref class DictIndex : Microsoft::Dynamics::Ax::Xpp::XppObjectBase
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
public class DictIndex : Microsoft.Dynamics.Ax.Xpp.XppObjectBase
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
type DictIndex = class
inherit XppObjectBase
Public Class DictIndex
Inherits XppObjectBase
- Inheritance
- Attributes
Remarks
The following example creates an instance of the DictIndex class.
Dictionary dict;
DictTable table;
DictIndex idx;
dict = new Dictionary();
table = new DictTable(dict.tableName2Id("Address"));
idx = new DictIndex(table.id(), table.indexName2Id("AddrIdx"));
Constructors
DictIndex() | |
DictIndex(Int32, Int32) | |
DictIndex(IntPtr) |
Fields
__k_DictIndexId | |
kernelClass | (Inherited from XppObjectBase) |