SfcTypeRelation Enumeration

Specifies the type of relation between two objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Enumeration SfcTypeRelation
'Usage
Dim instance As SfcTypeRelation
public enum SfcTypeRelation
public enum class SfcTypeRelation
type SfcTypeRelation
public enum SfcTypeRelation

Members

Member name Description
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.