다음을 통해 공유


VisualBasicMigrationCodeGenerator.GenerateAnnotations 메서드

정의

오버로드

GenerateAnnotations(IDictionary<String,Object>, IndentedTextWriter)

에 대한 코드를 생성하여 이러한 주석을 의 매개 변수로 전달할 때 사용할 주석의 지정된 사전을 다시 만듭니다 DbMigration. call.

GenerateAnnotations(IDictionary<String,AnnotationValues>, IndentedTextWriter)

에 대한 코드를 생성하여 이러한 주석을 의 매개 변수로 전달할 때 사용할 주석의 지정된 사전을 다시 만듭니다 DbMigration. call.

GenerateAnnotations(IDictionary<String,Object>, IndentedTextWriter)

에 대한 코드를 생성하여 이러한 주석을 의 매개 변수로 전달할 때 사용할 주석의 지정된 사전을 다시 만듭니다 DbMigration. call.

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. call.

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

생성된 코드를 작성해야 하는 기록기입니다.

적용 대상