ModelRelationshipClass.ModelRelationshipType Property

Gets the relationship type for this relationship.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ModelRelationshipType As ModelRelationshipType
public ModelRelationshipType ModelRelationshipType { get; }
public:
property ModelRelationshipType ModelRelationshipType {
    ModelRelationshipType get ();
}
member ModelRelationshipType : ModelRelationshipType
function get ModelRelationshipType () : ModelRelationshipType

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelRelationshipType
The relationship type.

.NET Framework Security

See Also

Reference

ModelRelationshipClass Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelRelationshipType