DatabaseSchemaProviderCompatibilityAttribute.CompatibleDatabaseSchemaProvider Property

Gets the compatible data schema provider type.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property CompatibleDatabaseSchemaProvider As Type
public Type CompatibleDatabaseSchemaProvider { get; }
public:
property Type^ CompatibleDatabaseSchemaProvider {
    Type^ get ();
}
member CompatibleDatabaseSchemaProvider : Type
function get CompatibleDatabaseSchemaProvider () : Type

Property Value

Type: System.Type
The type of the compatible provider.

Remarks

If this property is nulla null reference (Nothing in Visual Basic), the extension binds to none of the existing database service providers.

.NET Framework Security

See Also

Reference

DatabaseSchemaProviderCompatibilityAttribute Class

Microsoft.Data.Schema.Extensibility Namespace