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.
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
- 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.