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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.