SfcDependencyDirection Enumeration
Indicates the direction of the relation relative to the current object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Enumeration SfcDependencyDirection
'Usage
Dim instance As SfcDependencyDirection
public enum SfcDependencyDirection
public enum class SfcDependencyDirection
type SfcDependencyDirection
public enum SfcDependencyDirection
Members
Member name | Description | |
---|---|---|
None | The objects are not dependent on each other. | |
Inbound | Another object is dependent on the current object. | |
Outbound | The current object is dependent on another object. |