DictView.datasourceID2TableId(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.
Gets the table ID of the given data source.
public:
virtual int datasourceID2TableId(int _dataSourceId);
public virtual int datasourceID2TableId (int _dataSourceId);
abstract member datasourceID2TableId : int -> int
override this.datasourceID2TableId : int -> int
Public Overridable Function datasourceID2TableId (_dataSourceId As Integer) As Integer
Parameters
- _dataSourceId
- Int32
Returns
The table ID of the given data source.