Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft eine Liste von RelationshipClass-Metadatenobjekten mit Informationen zu den Beziehungen im Quellschema sowie die entsprechende Liste von RelationshipClass-Metadatenobjekten mit Informationen zu den zu erstellenden Beziehungen im Zielschema ab.
Namespace: Microsoft.Data.Schema.SchemaModel.Translation
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property RelationshipsMap As IList(Of Tuple(Of ModelRelationshipClass, ModelRelationshipClass))
Get
public IList<Tuple<ModelRelationshipClass, ModelRelationshipClass>> RelationshipsMap { get; }
public:
property IList<Tuple<ModelRelationshipClass^, ModelRelationshipClass^>^>^ RelationshipsMap {
IList<Tuple<ModelRelationshipClass^, ModelRelationshipClass^>^>^ get ();
}
member RelationshipsMap : IList<Tuple<ModelRelationshipClass, ModelRelationshipClass>>
function get RelationshipsMap () : IList<Tuple<ModelRelationshipClass, ModelRelationshipClass>>
Eigenschaftswert
Typ: System.Collections.Generic.IList<Tuple<ModelRelationshipClass, ModelRelationshipClass>>
Ein IList<T>-Element vom Typ Tuple<T1, T2>, wobei Item1 ein RelationshipClass-Quellelement ist und Item2 das entsprechende RelationshipClass-Zielelement enthält.
.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.
Siehe auch
Referenz
ModelTranslatorSplitToType Klasse
Microsoft.Data.Schema.SchemaModel.Translation-Namespace
RelationshipClass