Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an ISchemaDeploymentController object.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Function CreateDeploymentController ( _
source As DataSchemaModel, _
target As DataSchemaModel, _
modelDifference As ModelComparisonResult, _
errors As ErrorManager _
) As ISchemaDeploymentController
protected ISchemaDeploymentController CreateDeploymentController(
DataSchemaModel source,
DataSchemaModel target,
ModelComparisonResult modelDifference,
ErrorManager errors
)
protected:
ISchemaDeploymentController^ CreateDeploymentController(
DataSchemaModel^ source,
DataSchemaModel^ target,
ModelComparisonResult^ modelDifference,
ErrorManager^ errors
)
member CreateDeploymentController :
source:DataSchemaModel *
target:DataSchemaModel *
modelDifference:ModelComparisonResult *
errors:ErrorManager -> ISchemaDeploymentController
protected function CreateDeploymentController(
source : DataSchemaModel,
target : DataSchemaModel,
modelDifference : ModelComparisonResult,
errors : ErrorManager
) : ISchemaDeploymentController
Parameters
- source
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A DataSchemaModel object that represents the source model.
- target
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A DataSchemaModel object that represents the target model.
- modelDifference
Type: Microsoft.Data.Schema.SchemaModel.ModelComparisonResult
A ModelComparisonResult object that reports the differences between the two models.
- errors
Type: Microsoft.Data.Schema.ErrorManager
An ErrorManager object that has any errors that occurred when this method created the controller.
Return Value
Type: Microsoft.Data.Schema.Build.ISchemaDeploymentController
A schema deployment controller that is specific to a DatabaseSchemaProvider.
.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
SchemaCompareScriptService Class