. méthode
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Private Function GetParent As Object
Implements IAlienObject.GetParent
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de retour
Type : System. . :: . .Object
Implémente
IAlienObjectGetParent()()()()
Voir aussi