Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public Enumeration DependencyType
'Usage
Dim instance As DependencyType
public enum DependencyType
public enum class DependencyType
type DependencyType
public enum DependencyType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Children | The dependency discovery operation establishes relationships with child objects. | |
| Parents | The dependency discovery operation establishes relationships with parent objects. |
Hinweise
The DependencyType enumeration class is used by the EnumDependencies method and the DiscoverDependencies method.