Share via


DesignerDataTable.Relationships Proprietà

Definizione

Ottiene un insieme di relazioni definite per una tabella.

public:
 property System::Collections::ICollection ^ Relationships { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Relationships { get; }
member this.Relationships : System.Collections.ICollection
Public ReadOnly Property Relationships As ICollection

Valore della proprietà

Raccolta di oggetti DesignerDataRelationship.

Commenti

Una relazione descrive un collegamento tra due tabelle in un archivio dati. La Relationships proprietà restituisce una raccolta che rappresenta tutte le relazioni tra questa tabella e altre tabelle nell'archivio dati.

Si applica a