Freigeben über


ModelRelationshipClass.ModelRelationshipType-Eigenschaft

Ruft den Beziehungstyp für diese Beziehung ab.

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

Syntax

'Declaration
Public ReadOnly Property ModelRelationshipType As ModelRelationshipType
    Get
public ModelRelationshipType ModelRelationshipType { get; }
public:
property ModelRelationshipType ModelRelationshipType {
    ModelRelationshipType get ();
}
member ModelRelationshipType : ModelRelationshipType
function get ModelRelationshipType () : ModelRelationshipType

Eigenschaftswert

Typ: Microsoft.Data.Schema.SchemaModel.ModelRelationshipType
Der Beziehungstyp.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelRelationshipClass Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

ModelRelationshipType