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.