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 命名空间