This document is archived and information here might be outdated. Recommended version. |
The number of table type objects that will be checked out.
[Visual Basic .NET]
Public ReadOnly Property TableNameCount As Integer
[C#]
public int TableNameCount {get;}
[C++]
HRESULT get_TableNameCount(
System.Int32* Count
);
[C++] Parameters Count [out, retval]
Count is a parameter of type long*
This value returned may be different from the number of datasets passed into the Init method. This is because the Init method expands the list of datasets to ensure database integrity.