Gets the StandaloneTableInfo object for the specified table.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function GetStandaloneTableInfo( _
ByVal tableId As Integer, _
ByVal tableInfos() As ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo _
) As ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo |
Visual Basic (Usage) | Copy Code |
---|
Dim tableId As Integer
Dim tableInfos() As ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo
value = MapFunctionality.GetStandaloneTableInfo(tableId, tableInfos) |
C# | |
---|
public static ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo GetStandaloneTableInfo(
int tableId,
ESRI.ArcGIS.ADF.ArcGISServer.StandaloneTableInfo[] tableInfos
) |
Parameters
- tableId
- ID of the table.
- tableInfos
- Array of StandaloneTableInfo objects for the data source.
Return Value
StandaloneTableInfo object for the table.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also