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 compatible data schema provider type. If this property is null, the extension binds to none of the existing database service providers.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property CompatibleDatabaseSchemaProvider As Type
'Usage
Dim instance As DatabaseSchemaProviderCompatibilityAttribute
Dim value As Type
value = instance.CompatibleDatabaseSchemaProvider
public Type CompatibleDatabaseSchemaProvider { get; }
public:
property Type^ CompatibleDatabaseSchemaProvider {
Type^ get ();
}
public function get CompatibleDatabaseSchemaProvider () : Type
Property Value
Type: System.Type
.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
DatabaseSchemaProviderCompatibilityAttribute Class