Enumeração DependencyType

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

public enum DependencyType

Membros

Nome do membro Descrição
Children The dependency discovery operation establishes relationships with child objects.
Parents The dependency discovery operation establishes relationships with parent objects.

Comentários

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

Consulte também

Referência