Freigeben über


ModelRelationshipClass-Klasse

The metadata class for relationships.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class ModelRelationshipClass
'Usage
Dim instance As ModelRelationshipClass
public sealed class ModelRelationshipClass
public ref class ModelRelationshipClass sealed
[<SealedAttribute>]
type ModelRelationshipClass =  class end
public final class ModelRelationshipClass

Der ModelRelationshipClass-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft FromObjectClass The ModelTypeClass of the referencing object for the relationship. This represents the class of objects the relationship comes from
Öffentliche Eigenschaft Name Relationship name.
Öffentliche Eigenschaft Properties Properties for the relationship.
Öffentliche Eigenschaft SupportedPlatforms The TSqlPlatforms versions on which this relationship is supported.
Öffentliche Eigenschaft Type Type of the relationship.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Ö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 TSqlSchemaModel 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