IDSRefConsumer.GetOwner(IntPtr) Method

Definition

Retrieves the schema of the database object to which the database refers.

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

Parameters

drnidCurr
IntPtr

nativeint

The DSREFNODEID of the node whose owner schema is to be retrieved.

Returns

NOERROR if successful; otherwise, an unspecified failure code.

Applies to