This document is archived and information here might be outdated.  Recommended version.


IGpDispatch.QualifyTableName Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.QualifyTableName Method

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
);
[C++]
HRESULT QualifyTableName(
  BSTR inputTableName,
  Variant* Workspace
);
[C++]

Parameters inputTableName [in]
inputTableName is a parameter of type BSTR Workspace [in, optional]
Workspace is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpDispatch Interface