GetObject 方法
不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Overridable Function GetObject ( _
reference As Object, _
childName As String _
) As Object
用法
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
参数
- reference
类型:System. . :: . .Object
The reference of the provider.
- childName
类型:System. . :: . .String
A String that specifies the name of the child.
返回值
类型:System. . :: . .Object
The named child of the specified object.