ScriptBreakpointInfo.LoadFromString(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.
Reconstructs the BP from the xml string serialized with the SaveToString
public:
static Microsoft::SqlServer::VSTAHosting::ScriptBreakpointInfo ^ LoadFromString(System::String ^ strSOAP);
public static Microsoft.SqlServer.VSTAHosting.ScriptBreakpointInfo LoadFromString (string strSOAP);
static member LoadFromString : string -> Microsoft.SqlServer.VSTAHosting.ScriptBreakpointInfo
Public Shared Function LoadFromString (strSOAP As String) As ScriptBreakpointInfo
Parameters
- strSOAP
- String