Share via


Énumération SfcDependencyDirection

Indicates the direction of the relation relative to the current object. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Enumeration SfcDependencyDirection
'Utilisation
Dim instance As SfcDependencyDirection
public enum SfcDependencyDirection
public enum class SfcDependencyDirection
type SfcDependencyDirection
public enum SfcDependencyDirection

Membres

Nom de membre 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.