Sql100DatabaseSchemaProvider.SchemaVersionSupported Method
Specifies whether a schema version is supported.
Namespace: Microsoft.Data.Schema.Sql.SqlDsp
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Function SchemaVersionSupported ( _
version As String _
) As Boolean
'Usage
Dim instance As Sql100DatabaseSchemaProvider
Dim version As String
Dim returnValue As Boolean
returnValue = instance.SchemaVersionSupported(version)
public override bool SchemaVersionSupported(
string version
)
public:
virtual bool SchemaVersionSupported(
String^ version
) override
public override function SchemaVersionSupported(
version : String
) : boolean
abstract SchemaVersionSupported :
version:string -> bool
override SchemaVersionSupported :
version:string -> bool
Parameters
- version
Type: System.String
The schema version
Return Value
Type: System.Boolean
.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
Sql100DatabaseSchemaProvider Class