Database.LocaleId Property

Gets the locale identifier for the database.

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

Syntax

'Declaration
Public ReadOnly Property LocaleId As Integer
    Get
'Usage
Dim instance As Database
Dim value As Integer

value = instance.LocaleId
public int LocaleId { get; }
public:
property int LocaleId {
    int get ();
}
member LocaleId : int
function get LocaleId () : int

Property Value

Type: System.Int32

See Also

Reference

Database Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace