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 associated data source provider instance.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property DatabaseSchemaProvider As DatabaseSchemaProvider
public DatabaseSchemaProvider DatabaseSchemaProvider { get; }
public:
property DatabaseSchemaProvider^ DatabaseSchemaProvider {
DatabaseSchemaProvider^ get ();
}
member DatabaseSchemaProvider : DatabaseSchemaProvider
function get DatabaseSchemaProvider () : DatabaseSchemaProvider
Property Value
Type: Microsoft.Data.Schema.DatabaseSchemaProvider
A DatabaseSchemaProvider object.
.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.