SfcDependencyDirection 枚举

Indicates the direction of the relation relative to the current object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Enumeration SfcDependencyDirection
用法
Dim instance As SfcDependencyDirection
public enum SfcDependencyDirection
public enum class SfcDependencyDirection
type SfcDependencyDirection
public enum SfcDependencyDirection

成员

成员名称 说明
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.

请参阅

参考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间