Enumerazione SfcTypeRelation
Specifies the type of relation between two objects. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Enumeration SfcTypeRelation
'Utilizzo
Dim instance As SfcTypeRelation
public enum SfcTypeRelation
public enum class SfcTypeRelation
type SfcTypeRelation
public enum SfcTypeRelation
Membri
Nome membro | Descrizione | |
---|---|---|
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. |