RelationshipClass.ModelRelationshipType Property
Gets the type of the relationship.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ModelRelationshipType As ModelRelationshipType
'Usage
Dim instance As RelationshipClass
Dim value As ModelRelationshipType
value = instance.ModelRelationshipType
public ModelRelationshipType ModelRelationshipType { get; }
public:
property ModelRelationshipType ModelRelationshipType {
ModelRelationshipType get ();
}
public function get ModelRelationshipType () : ModelRelationshipType
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelRelationshipType
Returns a ModelRelationshipType enumeration value.
.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.