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 for the authorizer.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property DefaultSchema As ISql90Schema
ISql90Schema DefaultSchema { get; set; }
property ISql90Schema^ DefaultSchema {
ISql90Schema^ get ();
void set (ISql90Schema^ value);
}
abstract DefaultSchema : ISql90Schema with get, set
function get DefaultSchema () : ISql90Schema
function set DefaultSchema (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.