MetaData.RetrieveSchemaFromUrlToFile(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 URL 下載 XML 結構描述,並將它寫入指定檔案。
public:
static void RetrieveSchemaFromUrlToFile(System::String ^ url, System::String ^ path);
public static void RetrieveSchemaFromUrlToFile (string url, string path);
static member RetrieveSchemaFromUrlToFile : string * string -> unit
Public Shared Sub RetrieveSchemaFromUrlToFile (url As String, path As String)
參數
- url
- String
XML 結構描述所位在的 URL。
- path
- String
將結構描述寫入其中之檔案的路徑。
備註
注意
如果已存在具有指定名稱的檔案,則會覆寫該檔案。