IDataSource.Schema Property

Gets the overall schema for the given source database.

Namespace:  Microsoft.SqlServerCe.Management.Scripting
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
ReadOnly Property Schema As Database
    Get
'Usage
Dim instance As IDataSource
Dim value As Database

value = instance.Schema
Database Schema { get; }
property Database^ Schema {
    Database^ get ();
}
abstract Schema : Database
function get Schema () : Database

Property Value

Type: Microsoft.SqlServerCe.Management.Scripting.Schema.Database
The overall schema for the given source database.

See Also

Reference

IDataSource Interface

Microsoft.SqlServerCe.Management.Scripting Namespace