Partager via


SchemaDeploymentConstructor.Setup, méthode (DataSchemaModel, DataSchemaModel, ModelComparisonResult)

Prépare l'objet SchemaDeployment à l'aide des modèles de schéma source et cible fournis, en plus du résultat de comparaison donné.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Notes

Les modèles source et cible doivent être destinés au même fournisseur de schémas de base de données.

Sécurité .NET Framework

Voir aussi

Référence

SchemaDeploymentConstructor Classe

Setup, surcharge

Microsoft.Data.Schema.Build, espace de noms

DataSchemaModel

ModelComparisonResult