Query.levelNo(Int32) 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.
Determines the level of indentation of the specified data source.
public:
virtual int levelNo(int _dataSourceNo);
public virtual int levelNo (int _dataSourceNo);
abstract member levelNo : int -> int
override this.levelNo : int -> int
Public Overridable Function levelNo (_dataSourceNo As Integer) As Integer
Parameters
- _dataSourceNo
- Int32
The data source number to determine the level for.
Returns
The level number of the specified data source.
Remarks
The data sources are numbered consecutively, starting at 1.