Share via


DataGenerationServices.GetModelCopyConfiguration Method

Gets the configuration for the elements in the provided data schema model.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Overridable Function GetModelCopyConfiguration ( _
    projectStore As DataSchemaModel _
) As ModelComparerConfiguration
public virtual ModelComparerConfiguration GetModelCopyConfiguration(
    DataSchemaModel projectStore
)
public:
virtual ModelComparerConfiguration^ GetModelCopyConfiguration(
    DataSchemaModel^ projectStore
)
abstract GetModelCopyConfiguration : 
        projectStore:DataSchemaModel -> ModelComparerConfiguration 
override GetModelCopyConfiguration : 
        projectStore:DataSchemaModel -> ModelComparerConfiguration 
public function GetModelCopyConfiguration(
    projectStore : DataSchemaModel
) : ModelComparerConfiguration

Parameters

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelComparerConfiguration
The model comparer configuration for the provided model.

Remarks

This method works with the GetTypesExcludedFromComparison method to compare the model to the target database.

Provide this information through this method so that your database schema model can be represented in Visual Studio projects, where users can create and manipulate database objects that you have defined in your model.

.NET Framework Security

See Also

Reference

DataGenerationServices Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

GetTypesExcludedFromComparison

ModelComparerConfiguration

DataSchemaModel