DictView.datasourceTableId(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.
Retrieves the table ID of the indexed data source.
public:
virtual int datasourceTableId(int _cnt);
public virtual int datasourceTableId (int _cnt);
abstract member datasourceTableId : int -> int
override this.datasourceTableId : int -> int
Public Overridable Function datasourceTableId (_cnt As Integer) As Integer
Parameters
- _cnt
- Int32
Returns
The table ID of the given data source; 0 (zero) if an error occurs.