ScriptBreakpointInfo.LoadFromString(String) Method

Definition

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

Returns

Applies to