SqlWorkbenchHierarchy.ExecCommand Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int ExecCommand(System::UInt32 itemid, Guid % pguidCmdGroup, System::UInt32 nCmdID, System::UInt32 nCmdexecopt, IntPtr pobIn, IntPtr pvaOut);
public virtual int ExecCommand(uint itemid, ref Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pobIn, IntPtr pvaOut);
abstract member ExecCommand : uint32 * Guid * uint32 * uint32 * nativeint * nativeint -> int
override this.ExecCommand : uint32 * Guid * uint32 * uint32 * nativeint * nativeint -> int
Public Overridable Function ExecCommand (itemid As UInteger, ByRef pguidCmdGroup As Guid, nCmdID As UInteger, nCmdexecopt As UInteger, pobIn As IntPtr, pvaOut As IntPtr) As Integer
Parameters
- itemid
- UInt32
- pguidCmdGroup
- Guid
- nCmdID
- UInt32
- nCmdexecopt
- UInt32
- pobIn
-
IntPtr
nativeint
- pvaOut
-
IntPtr
nativeint