SfcDependencyDiscoveryMode-Enumeration
Indicates the types of relationships which should be processed. 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 SfcDependencyDiscoveryMode
'Usage
Dim instance As SfcDependencyDiscoveryMode
public enum SfcDependencyDiscoveryMode
public enum class SfcDependencyDiscoveryMode
type SfcDependencyDiscoveryMode
public enum SfcDependencyDiscoveryMode
Elemente
Elementname | Beschreibung | |
---|---|---|
Children | Include only required children for minimal completeness of parent objects. | |
Full | Include all children even those not necessary for minimal completeness of parent objects. | |
Propagate | Include all children as needed for PropagateInfo emulation. | |
UsedBy | Include only immediate parents of required children and immediate inbound references. | |
Uses | Include only immediate required children and immediate outbound references. |