This document is archived and information here might be outdated. Recommended version. |
The name of a dataset to check out.
[Visual Basic .NET] Public Function get_TableName ( _ ByVal Index As Integer _ ) As IName
[C#] public IName get_TableName ( int Index );
[C++]
HRESULT get_TableName(
long Index,
IName** DatasetName
);
[C++] Parameters Index [in]
Index is a parameter of type long DatasetName [out, retval]
DatasetName is a parameter of type IName**
This property may return additional Name objects that were not passed into the Init method. This is because the Init method expands the list of datasets to ensure database integrity.