Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.