Compartir a través de


DefaultLanguage.Lcid Propiedad

Gets the local ID for the language.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Property Lcid As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

DefaultLanguage Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo