Freigeben über


ModelRelationshipInstance-Klasse

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
Öffentliche Eigenschaft FromObject The TSqlObject this instance is from. This is the referencing object
Öffentliche Eigenschaft Item Retrieves properties for this relationship instance.
Öffentliche Eigenschaft Object The TSqlObject this instance references. This is the referenced object.
Öffentliche Eigenschaft ObjectName The ObjectIdentifier representing the name of the referenced object.
Öffentliche Eigenschaft Relationship The ModelRelationshipClass this instance represents.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetProperty(ModelPropertyClass) Retrieves properties for this relationship instance.
Öffentliche Methode GetProperty<T>(ModelPropertyClass) Retrieves properties for this relationship instance.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace