Перечисление SfcDependencyDirection
Indicates the direction of the relation relative to the current object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Enumeration SfcDependencyDirection
'Применение
Dim instance As SfcDependencyDirection
public enum SfcDependencyDirection
public enum class SfcDependencyDirection
type SfcDependencyDirection
public enum SfcDependencyDirection
Элементы
Имя элемента | Описание | |
---|---|---|
Inbound | Another object is dependent on the current object. | |
None | The objects are not dependent on each other. | |
Outbound | The current object is dependent on another object. |