DependencyType 열거형

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Enumeration DependencyType
‘사용 방법
Dim instance As DependencyType
public enum DependencyType
public enum class DependencyType
type DependencyType
public enum DependencyType

멤버

멤버 이름 설명
Children The dependency discovery operation establishes relationships with child objects.
Parents The dependency discovery operation establishes relationships with parent objects.

주의

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

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스