共用方式為


ILoginOptions.LanguageAlias 屬性

Gets the alternative name that describes the language that is associated with the login.

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

語法

'宣告
<DisplayNameKeyAttribute("Login_LanguageAliasName")> _
<DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")> _
ReadOnly Property LanguageAlias As String 
    Get
'用途
Dim instance As ILoginOptions 
Dim value As String 

value = instance.LanguageAlias
[DisplayNameKeyAttribute("Login_LanguageAliasName")]
[DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")]
string LanguageAlias { get; }
[DisplayNameKeyAttribute(L"Login_LanguageAliasName")]
[DisplayDescriptionKeyAttribute(L"Login_LanguageAliasDesc")]
property String^ LanguageAlias {
    String^ get ();
}
[<DisplayNameKeyAttribute("Login_LanguageAliasName")>]
[<DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")>]
abstract LanguageAlias : string
function get LanguageAlias () : String

屬性值

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

請參閱

參考

ILoginOptions 介面

Microsoft.SqlServer.Management.Smo 命名空間