IDatabase.Type Property

Gets the type of the database used.

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

Syntax

'Declaration
ReadOnly Property Type As ProviderType
    Get
'Usage
Dim instance As IDatabase
Dim value As ProviderType

value = instance.Type
ProviderType Type { get; }
property ProviderType Type {
    ProviderType get ();
}
abstract Type : ProviderType
function get Type () : ProviderType

Property Value

Type: Microsoft.SqlServerCe.Management.Scripting.ProviderType
The type of the database used.

See Also

Reference

IDatabase Interface

Microsoft.SqlServerCe.Management.Scripting Namespace