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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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 served by the EnumDependencies method and the DiscoverDependencies method.