다음을 통해 공유


TSqlObject.GetParent 메서드 (DacQueryScopes)

Returns the parent TSqlObject, if it is within the specified DacQueryScopes scope and if there is only one TSqlObject that could be the parent for this object.

네임스페이스:  Microsoft.SqlServer.Dac.Model
어셈블리:  Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)

구문

‘선언
Public Function GetParent ( _
    queryScopes As DacQueryScopes _
) As TSqlObject
‘사용 방법
Dim instance As TSqlObject 
Dim queryScopes As DacQueryScopes 
Dim returnValue As TSqlObject 

returnValue = instance.GetParent(queryScopes)
public TSqlObject GetParent(
    DacQueryScopes queryScopes
)
public:
TSqlObject^ GetParent(
    DacQueryScopes queryScopes
)
member GetParent : 
        queryScopes:DacQueryScopes -> TSqlObject
public function GetParent(
    queryScopes : DacQueryScopes
) : TSqlObject

매개 변수

반환 값

유형: Microsoft.SqlServer.Dac.Model.TSqlObject
Parent object or else null.

참고 항목

참조

TSqlObject 클래스

GetParent 오버로드

Microsoft.SqlServer.Dac.Model 네임스페이스