IAlienObject.GetParent Method
Gets the parent of this object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function GetParent As Object
'Usage
Dim instance As IAlienObject
Dim returnValue As Object
returnValue = instance.GetParent()
Object GetParent()
Object^ GetParent()
abstract GetParent : unit -> Object
function GetParent() : Object
Return Value
Type: System.Object
An object that represents the parent of this object.