다음을 통해 공유


ObjectDependency.DependencyType 속성

Gets a dependency type.

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

구문

‘선언
Public ReadOnly Property DependencyType As DependencyType 
    Get
‘사용 방법
Dim instance As ObjectDependency 
Dim value As DependencyType 

value = instance.DependencyType
public DependencyType DependencyType { get; }
public:
property DependencyType DependencyType {
    DependencyType get ();
}
member DependencyType : DependencyType
function get DependencyType () : DependencyType

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Binder.DependencyType
A dependency type.

참고 항목

참조

ObjectDependency 구조

Microsoft.SqlServer.Management.SqlParser.Binder 네임스페이스