IRowsetInfo.GetSpecification(Guid, Object) Method

Definition

Returns an interface pointer on the object (command or session) that created this rowset.

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

Parameters

riid
Guid

The IID of the interface on which to return a pointer.

specification
Object

A pointer to memory in which to return the interface pointer.

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