Proprietà LocaleID
Gets the ID value that uniquely identifies the language locale.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property LocaleID As Integer
Get
'Utilizzo
Dim instance As Language
Dim value As Integer
value = instance.LocaleID
[SfcPropertyAttribute]
public int LocaleID { get; }
[SfcPropertyAttribute]
public:
property int LocaleID {
int get ();
}
[<SfcPropertyAttribute>]
member LocaleID : int
function get LocaleID () : int
Valore proprietà
Tipo: System. . :: . .Int32
An Int32 value that specifies the locale ID value.
Vedere anche