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 | |
---|---|---|
FromObjectClass | The ModelTypeClass of the referencing object for the relationship. This represents the class of objects the relationship comes from | |
Name | Relationship name. | |
Properties | Properties for the relationship. | |
SupportedPlatforms | The TSqlPlatforms versions on which this relationship is supported. | |
Type | Type of the relationship. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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.