ModelRelationship
ModelRelationship
ModelRelationship
Interface
Definition
public interface class ModelRelationship
[System.Runtime.InteropServices.Guid("000244D9-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModelRelationship
Public Interface ModelRelationship
- Attribute
Eigenschaften
Active Active Active |
Wenn True, die Beziehung aktiv ist. When True, the relationship is active. Wenn ist "false", diese Beziehung inaktiv. When False, this relationship is inactive. Boolean (Bool in c#). Boolean (bool in C#). Lesen/Schreiben Read/Write |
Application Application Application |
Gibt ein Application -Objekt, das die Excel-Anwendung darstellt. Returns an Application object that represents the Excel application. Schreibgeschützt. Read-only. |
Creator Creator Creator |
Gibt eine 32-Bit-Ganzzahl, die die Anwendung angibt, in der das angegebene Objekt erstellt wurde. Returns a 32-bit integer that indicates the application in which the specified object was created. Nur-Lese- Ganzzahl (Int in c#). Read-only Integer (int in C#). |
ForeignKeyColumn ForeignKeyColumn ForeignKeyColumn |
Enthält die ModelTableColumn -Objekt, das die Fremdschlüssel-Spalte auf viele der 1: n-Beziehung darstellt. Contains the ModelTableColumn object representing the foreign key column on the many side of the one-to-many relationship. Schreibgeschützt. Read-only |
ForeignKeyTable ForeignKeyTable ForeignKeyTable |
Enthält die ModelTable -Objekt, das die Tabelle auf der Seite viele der 1: n-Beziehung darstellt. Contains the ModelTable object representing the table on the many side of the one-to-many relationship. Schreibgeschützt. Read-only |
Parent Parent Parent |
Gibt ein Objekt (C#-Objekt ), der das übergeordnete Objekt des angegebenen repräsentiert ModelRelationship Objekt. Returns an Object (object in C#) that represents the parent object of the specified ModelRelationship object. Schreibgeschützt. Read-only. |
PrimaryKeyColumn PrimaryKeyColumn PrimaryKeyColumn |
Enthält die ModelTableColumn -Objekt, das die primäre Schlüsselspalte in der Tabelle auf einer Seite der 1: n-Beziehung darstellt. Contains the ModelTableColumn object representing the primary key column in the table on the one side of the one-to-many relationship. |
PrimaryKeyTable PrimaryKeyTable PrimaryKeyTable |
Enthält die ModelTable -Objekt, das die Tabelle auf einer Seite der 1: n-Beziehung darstellt. Contains the ModelTable object representing the table on the one side of the one-to-many relationship. |
Methoden
Delete() Delete() Delete() |
Löscht die Beziehung. Deletes the relationship. |