DatabaseSchemaProvider.SchemaVersionSupported Method

Returns whether the specified schema version is supported.

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

Syntax

'Declaration
Public MustOverride Function SchemaVersionSupported ( _
    version As String _
) As Boolean
'Usage
Dim instance As DatabaseSchemaProvider
Dim version As String
Dim returnValue As Boolean

returnValue = instance.SchemaVersionSupported(version)
public abstract bool SchemaVersionSupported(
    string version
)
public:
virtual bool SchemaVersionSupported(
    String^ version
) abstract
public abstract function SchemaVersionSupported(
    version : String
) : boolean
abstract SchemaVersionSupported : 
        version:string -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseSchemaProvider Class

DatabaseSchemaProvider Members

Microsoft.Data.Schema.Extensibility Namespace