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.
Represents a reference from one TSqlObject to another, which might be unresolved.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class ModelRelationshipInstance
'Usage
Dim instance As ModelRelationshipInstance
public sealed class ModelRelationshipInstance
public ref class ModelRelationshipInstance sealed
[<SealedAttribute>]
type ModelRelationshipInstance = class end
public final class ModelRelationshipInstance
Der ModelRelationshipInstance-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
FromObject | The TSqlObject this instance is from. This is the referencing object |
![]() |
Item | Retrieves properties for this relationship instance. |
![]() |
Object | The TSqlObject this instance references. This is the referenced object. |
![]() |
ObjectName | The ObjectIdentifier representing the name of the referenced object. |
![]() |
Relationship | The ModelRelationshipClass this instance represents. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetProperty(ModelPropertyClass) | Retrieves properties for this relationship instance. |
![]() |
GetProperty<T>(ModelPropertyClass) | Retrieves properties for this relationship instance. |
![]() |
GetType | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlModelSchema instance.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)