IDatabase Interface

Defines the properties that represent the database.

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

Syntax

'Declaration
Public Interface IDatabase
'Usage
Dim instance As IDatabase
public interface IDatabase
public interface class IDatabase
type IDatabase =  interface end
public interface IDatabase

The IDatabase type exposes the following members.

Properties

  Name Description
Public property Connection Gets the connection used to communicate to the database.
Public property DatabaseName Gets the name of the database used.
Public property Type Gets the type of the database used.

Top

See Also

Reference

Microsoft.SqlServerCe.Management.Scripting Namespace