SfcTypeRelation Enum

Definition

TODO: Move to the SfcTypeInfo when defined. The SfcTypeRelation enum describes the type of relation between two objects. It defines whether the relation is of a parent-child vs. referential nature, the direction of the relation if any, and determines which types of relations are applicable in different DepedencyDIscoveryMode processing scenarios.

C#
public enum SfcTypeRelation
Inheritance
SfcTypeRelation

Fields

Name Value Description
ContainedChild 0

A direct containment relation which is not required for completeness of the parent container.

RequiredChild 1

A direct containment relation which is required for completeness of the parent container. These relations are proxy candidates where applicable.

StrongReference 2

An indirect reference relation which has a direction for ordering.

WeakReference 3

An indirect reference relation which has no inherent directionality to it. It represents discovery with no particular ordering ties.

Applies to

Ürün Sürümler
Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.2004021.0