Share via


SchemaDeploymentConstructor.Setup Method

Include Protected Members
Include Inherited Members

Used to configure schema deployment by using the .dbschema files specified as the source and target models.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Setup(FileInfo, FileInfo)
Public method Setup(FileInfo, String) Prepares the SchemaDeployment object by using the provided source file and target connection string.
Public method Setup(DataSchemaModel, String) Prepares the SchemaDeployment object by using the provided source model and target connection string.
Public method Setup(DataSchemaModel, DataSchemaModel, ModelComparisonResult) Prepares the SchemaDeployment object by using the provided source and target schema models, in addition to the given comparison result.

Top

See Also

Reference

SchemaDeploymentConstructor Class

Microsoft.Data.Schema.Build Namespace