Share via


Énumération SfcTypeRelation

Specifies the type of relation between two objects. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Enumeration SfcTypeRelation
'Utilisation
Dim instance As SfcTypeRelation
public enum SfcTypeRelation
public enum class SfcTypeRelation
type SfcTypeRelation
public enum SfcTypeRelation

Membres

Nom de membre 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.