Share via


SfcDependencyDirection 列挙体

現在のオブジェクトを基準としたリレーションシップの方向を示します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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 もう一方のオブジェクトは、現在のオブジェクトに依存しています。
None オブジェクトは互いに依存していません。
Outbound 現在のオブジェクトは、もう一方のオブジェクトに依存しています。

関連項目

参照

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間