ScriptFactory.CreateShowPlanCompareWindow 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static void CreateShowPlanCompareWindow(System::String ^ title1, System::String ^ title2, System::String ^ showplanXml1, System::String ^ showplanXml2);
public static void CreateShowPlanCompareWindow (string title1, string title2, string showplanXml1, string showplanXml2);
static member CreateShowPlanCompareWindow : string * string * string * string -> unit
Public Shared Sub CreateShowPlanCompareWindow (title1 As String, title2 As String, showplanXml1 As String, showplanXml2 As String)
参数
- title1
- String
- title2
- String
- showplanXml1
- String
- showplanXml2
- String