다음을 통해 공유


TSqlObject.GetParent 메서드

Returns the parent TSqlObject, if it is within the Default 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 As TSqlObject
‘사용 방법
Dim instance As TSqlObject 
Dim returnValue As TSqlObject 

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

반환 값

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

참고 항목

참조

TSqlObject 클래스

GetParent 오버로드

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