Enumerazione DependencyType

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Enumeration DependencyType
'Utilizzo
Dim instance As DependencyType
public enum DependencyType
public enum class DependencyType
type DependencyType
public enum DependencyType

Membri

Nome membro Descrizione
Children The dependency discovery operation establishes relationships with child objects.
Parents The dependency discovery operation establishes relationships with parent objects.

Osservazioni

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

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo