GetParent Método
Gets the parent of this object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Function GetParent As Object
'Uso
Dim instance As IAlienObject
Dim returnValue As Object
returnValue = instance.GetParent()
Object GetParent()
Object^ GetParent()
abstract GetParent : unit -> Object
function GetParent() : Object
Valor devuelto
Tipo: System. . :: . .Object
An object that represents the parent of this object.
Vea también