ISQLXMLHelper::CreateInnerCommand

Used by the XML engine to construct a new command object with the same context as the outer command object.

Syntax

virtual STDMETHODIMP CreateInnerCommand (
   ICommand ** ppCommandInner
) = 0;

Parameters

  • ppCommandInner
    A pointer to the location where the ICommand pointer will be written by the data provider.

Remarks

ISQLXMLHelper should only be used by Microsoft internal applications.

See Also

Reference

ISQLXMLHelper