SfcTypeRelation-Enumeration
Specifies the type of relation between two objects. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Enumeration SfcTypeRelation
'Usage
Dim instance As SfcTypeRelation
public enum SfcTypeRelation
public enum class SfcTypeRelation
type SfcTypeRelation
public enum SfcTypeRelation
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |