DependencyType 열거형
DependencyType 열거형은 종속성 검색 작업의 방향을 지정하는 상수 값 목록입니다.
네임스페이스: 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 | 종속성 검색 작업은 자식 개체와의 관계를 설정합니다. | |
Parents | 종속성 검색 작업은 부모 개체와의 관계를 설정합니다. |
주의
The DependencyType enumeration class is used by the EnumDependencies method and the DiscoverDependencies method.