This document is archived and information here might be outdated. Recommended version. |
Relationship ID that uniquely idenentifies a relate to a table.
[Visual Basic .NET]
Public Property RelationshipID As Integer
[C#]
public int RelationshipID {get; set;}
[C++]
HRESULT get_RelationshipID(
System.Int32* RelationshipID
);
[C++]
HRESULT put_RelationshipID(
long RelationshipID
);
[C++] Parameters RelationshipID [out, retval]
RelationshipID is a parameter of type long* RelationshipID [in]
RelationshipID is a parameter of type long
A unique id for a relationship between the source and destination table/layer. You may get this from IRelateInfo::RelationshipID.