Query.levelTable Method
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.
Overloads
levelTable(Int32) |
Determines the tree level, in the hierarchy of data sources, of the data source that is assigned to the specified table. |
levelTable(Int32, Int32) |
levelTable(Int32)
Determines the tree level, in the hierarchy of data sources, of the data source that is assigned to the specified table.
public:
virtual int levelTable(int num1);
public virtual int levelTable (int num1);
abstract member levelTable : int -> int
override this.levelTable : int -> int
Public Overridable Function levelTable (num1 As Integer) As Integer
Parameters
- num1
- Int32
Returns
The level number of the query's specified data source.
Applies to
levelTable(Int32, Int32)
public:
virtual int levelTable(int _table, int _occurrence);
public virtual int levelTable (int _table, int _occurrence);
abstract member levelTable : int * int -> int
override this.levelTable : int * int -> int
Public Overridable Function levelTable (_table As Integer, _occurrence As Integer) As Integer
Parameters
- _table
- Int32
The integer that is used if more than one data source is assigned to the same table; optional.
- _occurrence
- Int32
The integer that is used if more than one data source is assigned to the same table; optional.