ISqlLaunchEvent.GetDebugString(SERVERTYPE, String, String) 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:
int GetDebugString(Microsoft::VisualStudio::Debugger::Interop::SERVERTYPE st, System::String ^ pszOption, [Runtime::InteropServices::Out] System::String ^ % pbstrExecString);
public int GetDebugString(Microsoft.VisualStudio.Debugger.Interop.SERVERTYPE st, string pszOption, out string pbstrExecString);
abstract member GetDebugString : Microsoft.VisualStudio.Debugger.Interop.SERVERTYPE * string * string -> int
Public Function GetDebugString (st As SERVERTYPE, pszOption As String, ByRef pbstrExecString As String) As Integer
Parameters
- st
- SERVERTYPE
- pszOption
- String
- pbstrExecString
- String