Compartir a través de


Language.LocaleID Propiedad

Gets the ID value that uniquely identifies the language locale.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LocaleID As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Establecer propiedades

Vea también

Referencia

Language Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

sys.syslanguages (Transact-SQL)