Query.dataSourceNo(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.
Returns the data source that is specified by the data source number.
public:
virtual Dynamics::AX::Application::QueryBuildDataSource ^ dataSourceNo(int _dataSourceNo);
public virtual Dynamics.AX.Application.QueryBuildDataSource dataSourceNo (int _dataSourceNo);
abstract member dataSourceNo : int -> Dynamics.AX.Application.QueryBuildDataSource
override this.dataSourceNo : int -> Dynamics.AX.Application.QueryBuildDataSource
Public Overridable Function dataSourceNo (_dataSourceNo As Integer) As QueryBuildDataSource
Parameters
- _dataSourceNo
- Int32
The number of the data source.
Returns
The data source that has the specified number; an uninitialized object if the specified data source does not exist.