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 the DatabaseSchemaProvider for both the source database and the target database.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected ReadOnly Property DatabaseSchemaProvider As DatabaseSchemaProvider
protected DatabaseSchemaProvider DatabaseSchemaProvider { get; }
protected:
property DatabaseSchemaProvider^ DatabaseSchemaProvider {
DatabaseSchemaProvider^ get ();
}
member DatabaseSchemaProvider : DatabaseSchemaProvider
function get DatabaseSchemaProvider () : DatabaseSchemaProvider
Property Value
Type: Microsoft.Data.Schema.DatabaseSchemaProvider
The database schema provider.
.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.