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 네임스페이스