IRowsetInfo.GetReferencedRowset(Int32, Guid, Object) Method

Definition

Returns an interface pointer to the rowset to which a bookmark or chapter applies.

public:
 void GetReferencedRowset(int iOrdinal, Guid riid, [Runtime::InteropServices::Out] System::Object ^ % referencedRowset);
public void GetReferencedRowset (int iOrdinal, Guid riid, out object referencedRowset);
abstract member GetReferencedRowset : int * Guid * obj -> unit
Public Sub GetReferencedRowset (iOrdinal As Integer, riid As Guid, ByRef referencedRowset As Object)

Parameters

iOrdinal
Int32

The bookmark or chapter column for which to get the related rowset.

riid
Guid

The IID of the interface pointer to return in referencedRowset.

referencedRowset
Object

A pointer to memory in which to return an IUnknown interface pointer on the rowset that interprets values from this column.

Remarks

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Applies to