Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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
Public Overridable Function GetObject ( _
reference As Object, _
childName As String _
) As Object
'Usage
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
Parameters
- reference
Type: System.Object
The reference of the provider.
- childName
Type: System.String
A String that specifies the name of the child.
Return Value
Type: System.Object
The named child of the specified object.