Miner.Interop Namespace > IMMTableResolver Interface : OpenRelationshipTable Method |
'Declaration
Function OpenRelationshipTable( _ ByVal bstrTableName As System.String, _ ByVal pFeatureWorkspace As ESRI.ArcGIS.Geodatabase.IFeatureWorkspace _ ) As ESRI.ArcGIS.Geodatabase.ITable
'Usage
Dim instance As IMMTableResolver Dim bstrTableName As System.String Dim pFeatureWorkspace As ESRI.ArcGIS.Geodatabase.IFeatureWorkspace Dim value As ESRI.ArcGIS.Geodatabase.ITable value = instance.OpenRelationshipTable(bstrTableName, pFeatureWorkspace)
ESRI.ArcGIS.Geodatabase.ITable OpenRelationshipTable( System.string bstrTableName, ESRI.ArcGIS.Geodatabase.IFeatureWorkspace pFeatureWorkspace )
function OpenRelationshipTable( bstrTableName: System.String; pFeatureWorkspace: ESRI.ArcGIS.Geodatabase.IFeatureWorkspace ): ESRI.ArcGIS.Geodatabase.ITable;
function OpenRelationshipTable( bstrTableName : System.String, pFeatureWorkspace : ESRI.ArcGIS.Geodatabase.IFeatureWorkspace ) : ESRI.ArcGIS.Geodatabase.ITable;
ESRI.ArcGIS.Geodatabase.ITable* OpenRelationshipTable( System.string* bstrTableName, ESRI.ArcGIS.Geodatabase.IFeatureWorkspace* pFeatureWorkspace )
ESRI.ArcGIS.Geodatabase.ITable^ OpenRelationshipTable( System.String^ bstrTableName, ESRI.ArcGIS.Geodatabase.IFeatureWorkspace^ pFeatureWorkspace )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2