ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetRelationshipKeyRoleDescription Method

Get relationship key role description.

[Visual Basic .NET]
Public Function GetRelationshipKeyRoleDescription ( _
    ByVal KeyRole As esriRelKeyRole _
) As String
[C#]
public string GetRelationshipKeyRoleDescription (
    esriRelKeyRole KeyRole
);
[C++]
HRESULT GetRelationshipKeyRoleDescription(
  esriRelKeyRole KeyRole,
  BSTR* desc
);
[C++]

Parameters

KeyRole [in]

  KeyRole is a parameter of type esriRelKeyRole

desc [out, retval]   desc is a parameter of type BSTR

Product Availability

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

See Also

IDEGdbUtilities Interface