Database Class

Class representing the schema information for a given Database.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServerCe.Management.Scripting.Schema.Database

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

Syntax

'Declaration
Public Class Database
'Usage
Dim instance As Database
public class Database
public ref class Database
type Database =  class end
public class Database

The Database type exposes the following members.

Properties

  Name Description
Public property Indexes Gets or sets the indexes schema of the database.
Public property IsCaseSensitive Gets whether the fields in the database are case sensitive.
Public property LocaleId Gets the locale identifier for the database.
Public property Tables Gets or sets the tables schema for the database.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace