共用方式為


ILoginOptions.Language 屬性

Gets or sets the language that is associated with the login.

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

語法

'宣告
<DisplayDescriptionKeyAttribute("Login_LanguageDesc")> _
<DisplayNameKeyAttribute("Login_LanguageName")> _
Property Language As String 
    Get 
    Set
'用途
Dim instance As ILoginOptions 
Dim value As String 

value = instance.Language

instance.Language = value
[DisplayDescriptionKeyAttribute("Login_LanguageDesc")]
[DisplayNameKeyAttribute("Login_LanguageName")]
string Language { get; set; }
[DisplayDescriptionKeyAttribute(L"Login_LanguageDesc")]
[DisplayNameKeyAttribute(L"Login_LanguageName")]
property String^ Language {
    String^ get ();
    void set (String^ value);
}
[<DisplayDescriptionKeyAttribute("Login_LanguageDesc")>]
[<DisplayNameKeyAttribute("Login_LanguageName")>]
abstract Language : string with get, set
function get Language () : String 
function set Language (value : String)

屬性值

型別:System.String
A String value that contains the language that is associated with the login.

請參閱

參考

ILoginOptions 介面

Microsoft.SqlServer.Management.Smo 命名空間