Expand Minimize
This topic has not yet been rated - Rate this topic

DependencyType Enumeration

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 (in Microsoft.SqlServer.Smo.dll)
public enum DependencyType
Member nameDescription
ChildrenThe dependency discovery operation establishes relationships with child objects.
ParentsThe dependency discovery operation establishes relationships with parent objects.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.