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.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| 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. |
Show: