This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.QualifyTableName Method (ArcObjects .NET 10.5 SDK) |
Qualifies a table name for the workspace and connected user.
[Visual Basic .NET] Public Function QualifyTableName ( _ ByVal inputTableName As String, _ [ByRef Workspace As Object] _ ) As String
[C#] public string QualifyTableName ( string inputTableName, ref object Workspace );
Optional Values
[C++]
HRESULT QualifyTableName(
BSTR inputTableName,
VARIANT* Workspace,
BSTR* outputTableName
);
[C++]
Parameters inputTableName [in] inputTableName is a parameter of type BSTR Workspace [optional] Workspace is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND. outputTableName [out, retval] outputTableName is a parameter of type BSTR