共用方式為


DefaultLanguage.Lcid 屬性

Gets the local ID for the language.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Property Lcid As Integer 
    Get 
    Set
'用途
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)

屬性值

型別:System.Int32
The local ID for the language.

請參閱

參考

DefaultLanguage 類別

Microsoft.SqlServer.Management.Smo 命名空間