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 the local ID for the language.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property Lcid As Integer
Get
Set
'Usage
Dim instance As DefaultLanguage
Dim value As Integer
value = instance.Lcid
instance.Lcid = value
public int Lcid { get; set; }
public:
property int Lcid {
int get ();
void set (int value);
}
member Lcid : int with get, set
function get Lcid () : int
function set Lcid (value : int)
Property Value
Type: System.Int32
The local ID for the language.