SqlMetaData.LocaleId Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public ReadOnly Property LocaleId As Long
    Get
'Usage
Dim instance As SqlMetaData
Dim value As Long

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

Property Value

Type: System.Int64

See Also

Reference

SqlMetaData Class

System.Data.SqlServerCe Namespace