EntityStoreSchemaGenerator 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터베이스 스키마 정보 로드를 수행합니다.
public ref class EntityStoreSchemaGenerator sealed
public sealed class EntityStoreSchemaGenerator
type EntityStoreSchemaGenerator = class
Public NotInheritable Class EntityStoreSchemaGenerator
- 상속
-
EntityStoreSchemaGenerator
생성자
EntityStoreSchemaGenerator(String, String, String) |
EntityStoreSchemaGenerator 클래스의 새 인스턴스를 초기화합니다. |
속성
EntityContainer |
만들어진 스토리지 모델 EntityContainer를 가져옵니다. |
GenerateForeignKeyProperties |
스토리지 모델에서 외래 키 속성을 생성하는 플래그를 가져오거나 설정합니다. |
StoreItemCollection |
만들어진 StoreItemCollection을 가져옵니다. |
메서드
CreateStoreSchemaConnection(String, String) |
저장소 스키마를 위해 공급자 메타데이터를 사용하여 로드되는 Entityconnection을 만듭니다. |
CreateStoreSchemaConnection(String, String, Version) |
저장소 스키마를 위해 공급자 메타데이터를 사용하여 로드되는 Entityconnection을 만듭니다. targetEntityFrameworkVersion 매개 변수는 EntityFrameworkVersions 클래스에 정의된 대로 내부 EntityFramework 버전 번호를 사용합니다. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GenerateStoreMetadata() |
저장소 메타데이터를 생성하고 모든 스키마 오류를 반환합니다. |
GenerateStoreMetadata(IEnumerable<EntityStoreSchemaFilterEntry>) |
저장소 메타데이터를 생성하고 모든 스키마 오류를 반환합니다. |
GenerateStoreMetadata(IEnumerable<EntityStoreSchemaFilterEntry>, Version) |
SSDL(저장소 스키마 정의 언어)을 생성하고 모든 스키마 오류를 반환합니다. |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
WriteStoreSchema(String) |
생성된 SSDL(저장소 스키마 정의 언어)을 파일에 씁니다. |
WriteStoreSchema(XmlWriter) |
생성된 SSDL(저장소 스키마 정의 언어)을 XmlWriter 개체에 씁니다. |
적용 대상
.NET