다음을 통해 공유


SchemaDeploymentConstructor.Setup 메서드 (DataSchemaModel, DataSchemaModel, ModelComparisonResult)

제공된 소스 및 대상 스키마 모델과 지정된 비교 결과를 사용하여 SchemaDeployment 개체를 준비합니다.

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

구문

‘선언
Public Sub Setup ( _
    source As DataSchemaModel, _
    target As DataSchemaModel, _
    modelDifference As ModelComparisonResult _
)
public void Setup(
    DataSchemaModel source,
    DataSchemaModel target,
    ModelComparisonResult modelDifference
)
public:
void Setup(
    DataSchemaModel^ source, 
    DataSchemaModel^ target, 
    ModelComparisonResult^ modelDifference
)
member Setup : 
        source:DataSchemaModel * 
        target:DataSchemaModel * 
        modelDifference:ModelComparisonResult -> unit 
public function Setup(
    source : DataSchemaModel, 
    target : DataSchemaModel, 
    modelDifference : ModelComparisonResult
)

매개 변수

설명

소스 및 대상 모델은 같은 데이터베이스 스키마 공급자용이어야 합니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

SchemaDeploymentConstructor 클래스

Setup 오버로드

Microsoft.Data.Schema.Build 네임스페이스

DataSchemaModel

ModelComparisonResult