共用方式為


SqlSmoObject.IAlienObject.GetParent 方法

Gets the parent of this object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Private Function GetParent As Object 
    Implements IAlienObject.GetParent
'用途
Dim instance As SqlSmoObject 
Dim returnValue As Object 

returnValue = CType(instance, IAlienObject).GetParent()
Object IAlienObject.GetParent()
private:
virtual Object^ GetParent() sealed = IAlienObject::GetParent
private abstract GetParent : unit -> Object  
private override GetParent : unit -> Object
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

傳回值

型別:System.Object
An object that represents the parent of this object.

實作

IAlienObject.GetParent()

請參閱

參考

SqlSmoObject 類別

Microsoft.SqlServer.Management.Smo 命名空間