VisualBasicMigrationCodeGenerator.GenerateAnnotations 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GenerateAnnotations(IDictionary<String,Object>, IndentedTextWriter) |
產生 的程式碼,以在將這些批註當做 的參數 DbMigration 傳遞時,重新建立所要使用的批註字典。 呼叫下方。 |
GenerateAnnotations(IDictionary<String,AnnotationValues>, IndentedTextWriter) |
產生 的程式碼,以在將這些批註當做 的參數 DbMigration 傳遞時,重新建立所要使用的批註字典。 呼叫下方。 |
GenerateAnnotations(IDictionary<String,Object>, IndentedTextWriter)
產生 的程式碼,以在將這些批註當做 的參數 DbMigration 傳遞時,重新建立所要使用的批註字典。 呼叫下方。
protected internal virtual void GenerateAnnotations (System.Collections.Generic.IDictionary<string,object> annotations, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
abstract member GenerateAnnotations : System.Collections.Generic.IDictionary<string, obj> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
override this.GenerateAnnotations : System.Collections.Generic.IDictionary<string, obj> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
Protected Friend Overridable Sub GenerateAnnotations (annotations As IDictionary(Of String, Object), writer As IndentedTextWriter)
參數
- annotations
- IDictionary<String,Object>
要產生的批註。
- writer
- IndentedTextWriter
應該寫入所產生程式碼的寫入器。
適用於
GenerateAnnotations(IDictionary<String,AnnotationValues>, IndentedTextWriter)
產生 的程式碼,以在將這些批註當做 的參數 DbMigration 傳遞時,重新建立所要使用的批註字典。 呼叫下方。
protected internal virtual void GenerateAnnotations (System.Collections.Generic.IDictionary<string,System.Data.Entity.Infrastructure.Annotations.AnnotationValues> annotations, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
abstract member GenerateAnnotations : System.Collections.Generic.IDictionary<string, System.Data.Entity.Infrastructure.Annotations.AnnotationValues> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
override this.GenerateAnnotations : System.Collections.Generic.IDictionary<string, System.Data.Entity.Infrastructure.Annotations.AnnotationValues> * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
Protected Friend Overridable Sub GenerateAnnotations (annotations As IDictionary(Of String, AnnotationValues), writer As IndentedTextWriter)
參數
- annotations
- IDictionary<String,AnnotationValues>
要產生的批註。
- writer
- IndentedTextWriter
應該寫入所產生程式碼的寫入器。