IModelRelationship.RelationshipClass Property

Gets the metadata 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 a RelationshipClass.

.NET Framework Security

See Also

Reference

IModelRelationship Interface

Microsoft.Data.Schema.SchemaModel Namespace