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
- 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.