Класс ModelRelationshipClass

The metadata class for relationships.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public NotInheritable Class ModelRelationshipClass
'Применение
Dim instance As ModelRelationshipClass
public sealed class ModelRelationshipClass
public ref class ModelRelationshipClass sealed
[<SealedAttribute>]
type ModelRelationshipClass =  class end
public final class ModelRelationshipClass

Тип ModelRelationshipClass обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlSchemaModel instance.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac.Model