Énumération DependencyType

The DependencyType enumeration is a list of constant values that specifies the direction of the dependency discovery operation.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

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

Membres

Nom de membre Description
Children The dependency discovery operation establishes relationships with child objects.
Parents The dependency discovery operation establishes relationships with parent objects.

Notes

The DependencyType enumeration class is served by the EnumDependencies method and the DiscoverDependencies method.