Partager via


Propriété Language.LocaleID

Gets the ID value that uniquely identifies the language locale.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LocaleID As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Définition de propriétés

Voir aussi

Référence

Language Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

sys.syslanguages (Transact-SQL)