[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents an entity relationship instance.

The following tables list the members exposed by the SdkRelationshipInstance type.

Public Fields

  Name Description
public field IsMembership Specifies whether the relationship is of membership type.
public field operation Represents the type of operation this instance is.
public field propertyPairsList Represents a list of ID-object pairs of non-key properties.
public field relationshipId Represents the unique identifier of this relationship instance.
public field relationshipTypeId Represents the unique identifier of the non-abstract relationship type.
public field sourceKeyPropertyPairsList Represents a list of ID-object pairs of key properties for the source in this relationship instance.
public field sourceTypeId Represents the unique identifier of the type of the source in this relationship instance.
public field targetKeyPropertyPairsList Represents a list of ID-object pairs of key properties for the target in this relationship instance.
public field targetTypeId Represents the unique identifier of the type of the target in this relationship instance.
Top

Public Methods (see also Protected Methods)

  Name Description
public methodstatic Create Creates a new instance of the SdkRelationshipInstance structure.
public method Equals  Overloaded. (inherited from ValueType)
public method GetHashCode  (inherited from ValueType)
public method GetType  (inherited from Object)
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString  (inherited from ValueType)
public method WriteXml Writes the current structure instance to an XML writer.
Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top

See Also


Send comments about this topic to Microsoft.