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


IRelQueryTableName2.TargetColumns Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRelQueryTableName2.TargetColumns Property

The destination dataset columns available in a cursor opened from the RelTableTable.

[Visual Basic .NET]
Public Property TargetColumns As String
[C#]
public string TargetColumns {get; set;}
[C++]
HRESULT get_TargetColumns(
  BSTR* TargetColumns
);
[C++]
HRESULT put_TargetColumns(
  BSTR TargetColumns
);
[C++]

Parameters TargetColumns [out, retval] TargetColumns is a parameter of type BSTR TargetColumns [in] TargetColumns is a parameter of type BSTR

Product Availability

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

See Also

IRelQueryTableName2 Interface