Enumeración SfcDependencyDirection
Indicates the direction of the relation relative to the current object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Enumeration SfcDependencyDirection
'Uso
Dim instance As SfcDependencyDirection
public enum SfcDependencyDirection
public enum class SfcDependencyDirection
type SfcDependencyDirection
public enum SfcDependencyDirection
Miembros
Nombre del miembro | Descripción | |
---|---|---|
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. |