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.
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 | |
---|---|---|
![]() |
Setup(FileInfo, FileInfo) | |
![]() |
Setup(FileInfo, String) | Prepares the SchemaDeployment object by using the provided source file and target connection string. |
![]() |
Setup(DataSchemaModel, String) | Prepares the SchemaDeployment object by using the provided source model and target connection string. |
![]() |
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