SqlModelComparerConfiguration.DefaultSchemaForSource Property
Gets or sets the default schema in the source 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 DefaultSchemaForSource As ISql90Schema
public ISql90Schema DefaultSchemaForSource { get; set; }
public:
property ISql90Schema^ DefaultSchemaForSource {
ISql90Schema^ get ();
void set (ISql90Schema^ value);
}
member DefaultSchemaForSource : ISql90Schema with get, set
function get DefaultSchemaForSource () : ISql90Schema
function set DefaultSchemaForSource (value : ISql90Schema)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Schema
.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.