Propriété DefaultLanguage.Lcid
Gets the local ID for the language.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Property Lcid As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
The local ID for the language.