Partilhar via


Enumeração SfcTypeRelation

Specifies the type of relation between two objects. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public Enumeration SfcTypeRelation
'Uso
Dim instance As SfcTypeRelation
public enum SfcTypeRelation
public enum class SfcTypeRelation
type SfcTypeRelation
public enum SfcTypeRelation

Membros

Nome do membro Descrição
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.