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