共用方式為


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

成員

成員名稱 說明
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.