Partilhar via


Enumeração SfcDependencyDirection

Indicates the direction of the relation relative to the current object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Enumeration SfcDependencyDirection
'Uso
Dim instance As SfcDependencyDirection
public enum SfcDependencyDirection
public enum class SfcDependencyDirection
type SfcDependencyDirection
public enum SfcDependencyDirection

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc