Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents a reference from one TSqlObject to another, which might be unresolved.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance
Пространство имен: Microsoft.SqlServer.Dac.Model
Сборка: Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)
Синтаксис
'Декларация
Public NotInheritable Class ModelRelationshipInstance
'Применение
Dim instance As ModelRelationshipInstance
public sealed class ModelRelationshipInstance
public ref class ModelRelationshipInstance sealed
[<SealedAttribute>]
type ModelRelationshipInstance = class end
public final class ModelRelationshipInstance
Тип ModelRelationshipInstance обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
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. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetProperty(ModelPropertyClass) | Retrieves properties for this relationship instance. |
![]() |
GetProperty<T>(ModelPropertyClass) | Retrieves properties for this relationship instance. |
![]() |
GetType | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlModelSchema instance.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)