次の方法で共有


Dictionary.Tableobject(Int32) Method

Definition

Provides information about a specified table by returning a DictTable object.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::DictTable ^ Tableobject(int _tableId);
public virtual Microsoft.Dynamics.Ax.Xpp.DictTable Tableobject (int _tableId);
abstract member Tableobject : int -> Microsoft.Dynamics.Ax.Xpp.DictTable
override this.Tableobject : int -> Microsoft.Dynamics.Ax.Xpp.DictTable
Public Overridable Function Tableobject (_tableId As Integer) As DictTable

Parameters

_tableId
Int32

A tableId system data type that indicates a table ID.

Returns

A DictTable object that contains information about the specified table.

Applies to