Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the locale ID (LCID) to use with the database.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property InitialLcid As Integer
Get
Set
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As Integer
value = instance.InitialLcid
instance.InitialLcid = value
[BrowsableAttribute(false)]
public int InitialLcid { get; set; }
[BrowsableAttribute(false)]
public:
property int InitialLcid {
int get ();
void set (int value);
}
[<BrowsableAttribute(false)>]
member InitialLcid : int with get, set
function get InitialLcid () : int
function set InitialLcid (value : int)
Property Value
Type: System.Int32
The value of the locale ID (LCID).