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.