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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.