DependencyType Enumeración
The DependencyType enumeration is a list of constant values that specifies the direction of the dependency discovery operation.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Enumeration DependencyType
'Uso
Dim instance As DependencyType
public enum DependencyType
public enum class DependencyType
type DependencyType
public enum DependencyType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| Children | The dependency discovery operation establishes relationships with child objects. | |
| Parents | The dependency discovery operation establishes relationships with parent objects. |
Notas
The DependencyType enumeration class is served by the EnumDependencies method and the DiscoverDependencies method.