CanBeReferencingResponse.CanBeReferencing Property

Definition

Gets the result of the request to see whether the table can be the referencing table (many) in a one-to-many relationship.

public:
 property bool CanBeReferencing { bool get(); };
public bool CanBeReferencing { get; }
member this.CanBeReferencing : bool
Public ReadOnly Property CanBeReferencing As Boolean

Property Value

true if the table can be the referencing table (many) in a one-to-many relationship; otherwise, false .

Applies to