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
- projectStore
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A DataSchemaModel object.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Data.Schema.Tools.DataGenerator Namespace