ScriptBreakpointInfo.LoadFromString(String) 方法

定义

从使用 SaveToString 序列化的 xml 字符串重新构造 BP

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

参数

strSOAP
String

返回

适用于