Перечисление SfcTypeRelation
Specifies the type of relation between two objects. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Enumeration SfcTypeRelation
'Применение
Dim instance As SfcTypeRelation
public enum SfcTypeRelation
public enum class SfcTypeRelation
type SfcTypeRelation
public enum SfcTypeRelation
Элементы
Имя элемента | Описание | |
---|---|---|
ContainedChild | A direct containment relation that is not required to complete the parent container. | |
RequiredChild | A direct containment relation that is required to complete the parent container. | |
StrongReference | An indirect reference relation that has a direction for ordering. | |
WeakReference | An indirect reference relation that has no inherent directionality to it. This relation represents discovery with no particular ordering ties. |