SchemaCompareConnectionBasedModelCreator.Populate Method
When implemented in a derived class, populates the data schema model from the provided database file.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Function Populate ( _
referenceModel As DataSchemaModel, _
configurationOptions As SchemaDeploymentOptions, _
modelInformation As SchemaCompareModelInformation, _
errorManager As ErrorManager _
) As DataSchemaModel
public virtual DataSchemaModel Populate(
DataSchemaModel referenceModel,
SchemaDeploymentOptions configurationOptions,
SchemaCompareModelInformation modelInformation,
ErrorManager errorManager
)
public:
virtual DataSchemaModel^ Populate(
DataSchemaModel^ referenceModel,
SchemaDeploymentOptions^ configurationOptions,
SchemaCompareModelInformation^ modelInformation,
ErrorManager^ errorManager
)
abstract Populate :
referenceModel:DataSchemaModel *
configurationOptions:SchemaDeploymentOptions *
modelInformation:SchemaCompareModelInformation *
errorManager:ErrorManager -> DataSchemaModel
override Populate :
referenceModel:DataSchemaModel *
configurationOptions:SchemaDeploymentOptions *
modelInformation:SchemaCompareModelInformation *
errorManager:ErrorManager -> DataSchemaModel
public function Populate(
referenceModel : DataSchemaModel,
configurationOptions : SchemaDeploymentOptions,
modelInformation : SchemaCompareModelInformation,
errorManager : ErrorManager
) : DataSchemaModel
Parameters
- referenceModel
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
- configurationOptions
Type: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
- modelInformation
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
- errorManager
Type: Microsoft.Data.Schema.ErrorManager
An object that returns any errors that are encountered during the model population.
Return Value
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
.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.