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.
Returns the current database schema provider by using the provided type.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Shared Function GetDSP ( _
dspType As Type _
) As DatabaseSchemaProvider
protected static DatabaseSchemaProvider GetDSP(
Type dspType
)
protected:
static DatabaseSchemaProvider^ GetDSP(
Type^ dspType
)
static member GetDSP :
dspType:Type -> DatabaseSchemaProvider
protected static function GetDSP(
dspType : Type
) : DatabaseSchemaProvider
Parameters
- dspType
Type: System.Type
Return Value
Type: Microsoft.Data.Schema.DatabaseSchemaProvider
The current 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.
See Also
Reference
SchemaCompareModelProviderBase Class