Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Overridable Function GetObject ( _
reference As Object, _
childName As String _
) As Object
'Utilisation
Dim instance As SimpleNodeAdapter
Dim reference As Object
Dim childName As String
Dim returnValue As Object
returnValue = instance.GetObject(reference, _
childName)
public virtual Object GetObject(
Object reference,
string childName
)
public:
virtual Object^ GetObject(
Object^ reference,
String^ childName
)
abstract GetObject :
reference:Object *
childName:string -> Object
override GetObject :
reference:Object *
childName:string -> Object
public function GetObject(
reference : Object,
childName : String
) : Object
Paramètres
- reference
Type : System.Object
The reference of the provider.
- childName
Type : System.String
A String that specifies the name of the child.
Valeur de retour
Type : System.Object
The named child of the specified object.