Condividi tramite


Proprietà DefaultLanguage.Lcid

Gets the local ID for the language.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Property Lcid As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
The local ID for the language.

Vedere anche

Riferimento

DefaultLanguage Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo