CanManyToManyResponse.CanManyToMany Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the result of the request to see whether the table can participate in a many-to-many relationship.
public:
property bool CanManyToMany { bool get(); };
public bool CanManyToMany { get; }
member this.CanManyToMany : bool
Public ReadOnly Property CanManyToMany As Boolean
Property Value
true
if the table can participate in a many-to-many relationship; otherwise,
false
.