Share via


IModelRelationshipEntry.RelationshipClass Property

Gets the relationship class.

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

Syntax

'Declaration
ReadOnly Property RelationshipClass As ModelRelationshipClass
ModelRelationshipClass RelationshipClass { get; }
property ModelRelationshipClass^ RelationshipClass {
    ModelRelationshipClass^ get ();
}
abstract RelationshipClass : ModelRelationshipClass
function get RelationshipClass () : ModelRelationshipClass

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
Returns the RelationshipClass.

.NET Framework Security

See Also

Reference

IModelRelationshipEntry Interface

Microsoft.Data.Schema.SchemaModel Namespace