Énumération SfcDependencyDirection
Indicates the direction of the relation relative to the current object. Ne faites pas directement référence à 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 | |
---|---|---|
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. |