IDSRefConsumer.GetOwner(IntPtr) 方法

定义

检索数据库所引用的数据库对象的架构。

public:
 System::String ^ GetOwner(IntPtr drnidCurr);
public string GetOwner (IntPtr drnidCurr);
abstract member GetOwner : nativeint -> string
Public Function GetOwner (drnidCurr As IntPtr) As String

参数

drnidCurr
IntPtr

nativeint

要检索其所有者架构的节点的 DSREFNODEID。

返回

String

如果成功,则为 NOERROR;否则为未指定的失败代码。

适用于