Language.LocaleID Property

Gets the ID value that uniquely identifies the language locale.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LocaleID As Integer
    Get
'Usage
Dim instance As Language
Dim value As Integer

value = instance.LocaleID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int LocaleID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int LocaleID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LocaleID : int
function get LocaleID () : int

Property Value

Type: System.Int32
An Int32 value that specifies the locale ID value.