Condividi tramite


Enumerazione SfcDependencyDirection

Indicates the direction of the relation relative to the current object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Enumeration SfcDependencyDirection
'Utilizzo
Dim instance As SfcDependencyDirection
public enum SfcDependencyDirection
public enum class SfcDependencyDirection
type SfcDependencyDirection
public enum SfcDependencyDirection

Membri

Nome membro Descrizione
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.