Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Members
| Member name | Description | |
|---|---|---|
| Children | The dependency discovery operation establishes relationships with child objects. | |
| Parents | The dependency discovery operation establishes relationships with parent objects. |
Remarks
The DependencyType enumeration class is used by the EnumDependencies method and the DiscoverDependencies method.