Share via


SqlModelComparerConfiguration.DefaultSchemaForTarget Property

Gets or sets the default schema in the target model that is used to set default schema, if that relationship is not set.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property DefaultSchemaForTarget As ISql90Schema
public ISql90Schema DefaultSchemaForTarget { get; set; }
public:
property ISql90Schema^ DefaultSchemaForTarget {
    ISql90Schema^ get ();
    void set (ISql90Schema^ value);
}
member DefaultSchemaForTarget : ISql90Schema with get, set
function get DefaultSchemaForTarget () : ISql90Schema
function set DefaultSchemaForTarget (value : ISql90Schema)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Schema

.NET Framework Security

See Also

Reference

SqlModelComparerConfiguration Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace