Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.