次の方法で共有


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

戻り値

適用対象