Freigeben über


SfcDependencyDirection-Enumeration

Indicates the direction of the relation relative to the current object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public Enumeration SfcDependencyDirection
'Usage
Dim instance As SfcDependencyDirection
public enum SfcDependencyDirection
public enum class SfcDependencyDirection
type SfcDependencyDirection
public enum SfcDependencyDirection

Elemente

Elementname Beschreibung
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.