共用方式為


SfcTypeRelation 列舉

Specifies the type of relation between two objects. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Enumeration SfcTypeRelation
'用途
Dim instance As SfcTypeRelation
public enum SfcTypeRelation
public enum class SfcTypeRelation
type SfcTypeRelation
public enum SfcTypeRelation

成員

成員名稱 說明
ContainedChild A direct containment relation that is not required to complete the parent container.
RequiredChild A direct containment relation that is required to complete the parent container.
StrongReference An indirect reference relation that has a direction for ordering.
WeakReference An indirect reference relation that has no inherent directionality to it. This relation represents discovery with no particular ordering ties.