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


IGeoProcessor.QualifyTableName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor.QualifyTableName Method

Qualify a table name within the given workspace. This will add the connected user and database names.

[Visual Basic .NET]
Public Function QualifyTableName ( _
    ByVal inputTableName As String, _
    ByVal Workspace As String _
) As String
[C#]
public string QualifyTableName (
    string inputTableName,
    string Workspace
);
[C++]
HRESULT QualifyTableName(
  BSTR inputTableName,
  BSTR Workspace,
  BSTR* outputTableName
);
[C++]

Parameters inputTableName [in] inputTableName is a parameter of type BSTR Workspace [in] Workspace is a parameter of type BSTR outputTableName [out, retval] outputTableName is a parameter of type BSTR

Product Availability

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

See Also

IGeoProcessor Interface