VisualBasicMigrationCodeGenerator.GenerateAnnotations 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
생성된 코드를 작성해야 하는 기록기입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework