DataSchemaModelTranslator 클래스

데이터 스키마 모델을 SQL Server 스키마 모델 같은 특정 데이터베이스 스키마 모델로 변환하는 변환기 클래스에 대한 기본 클래스를 제공합니다.

상속 계층 구조

System.Object
  Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslator
    Microsoft.Data.Schema.SchemaModel.Translation.DataSchemaModelTranslator

네임스페이스:  Microsoft.Data.Schema.SchemaModel.Translation
어셈블리:  Microsoft.Data.Schema(Microsoft.Data.Schema.dll)

구문

‘선언
Public MustInherit Class DataSchemaModelTranslator _
    Inherits ModelTranslator
public abstract class DataSchemaModelTranslator : ModelTranslator
public ref class DataSchemaModelTranslator abstract : public ModelTranslator
[<AbstractClass>]
type DataSchemaModelTranslator =  
    class
        inherit ModelTranslator
    end
public abstract class DataSchemaModelTranslator extends ModelTranslator

DataSchemaModelTranslator 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Protected 메서드 DataSchemaModelTranslator

위쪽

속성

  이름 설명
Public 속성 CompatibilityLevel 이 변환기의 변환 수준을 가져옵니다. (ModelTranslator에서 상속됨)
Public 속성 DatabaseSchemaProvider 연결된 데이터베이스 스키마 공급자를 가져옵니다. (ModelTranslator에서 상속됨)
Public 속성 DataLossPossible 변환 시 데이터 손실이 발생할 수 있는지 여부를 나타내는 값을 가져옵니다. (ModelTranslator에서 상속됨)
Protected 속성 Definition 연결된 변환기 정의를 가져옵니다. (ModelTranslator에서 상속됨)
Public 속성 ExtensionHandle 고유한 데이터 스키마 확장의 핸들을 가져옵니다. (ModelTranslator에서 상속됨)
Public 속성 TranslatesTo

위쪽

메서드

  이름 설명
Public 메서드 CanTranslateTo(Type) (ModelTranslator.CanTranslateTo(Type)을(를) 재정의함)
Public 메서드 CanTranslateTo(DatabaseSchemaProvider) (ModelTranslator에서 상속됨)
Public 메서드 Equals 지정한 Object가 현재 Object와 같은지 여부를 확인합니다. (Object에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Public 메서드 GetHashCode 특정 형식에 대한 해시 함수 역할을 합니다. (Object에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 InstantiateCopiedModel (ModelTranslator.InstantiateCopiedModel(ModelStore)을(를) 재정의함)
Protected 메서드 InstantiateTranslatedModel (ModelTranslator.InstantiateTranslatedModel(ModelStore)을(를) 재정의함)
Protected 메서드 MemberwiseClone 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected 메서드 SetConstructorParametersForCopiedModel
Protected 메서드 SetConstructorParametersForTranslatedModel
Public 메서드 SetExtensionHandle 이 확장 개체의 핸들을 설정합니다. (ModelTranslator에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)
Public 메서드 Translate 제공된 스키마 모델을 생성자에 정의된 대상 형식으로 변환합니다. (ModelTranslator.Translate(ModelStore, Boolean)을(를) 재정의함)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.Data.Schema.SchemaModel.Translation 네임스페이스

ModelTranslator