IDSRefConsumer.GetOwner(IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索数据库所引用的数据库对象的架构。
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。
返回
如果成功,则为 NOERROR;否则为未指定的失败代码。