SqlCeMigrationSqlGenerator.GenerateCreateSchema(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生 SQL 以建立資料庫架構。 應該使用 Statement 方法新增產生的 SQL。
protected override void GenerateCreateSchema(string schema);
override this.GenerateCreateSchema : string -> unit
Protected Overrides Sub GenerateCreateSchema (schema As String)
參數
- schema
- String