Partager via


Propriété ILoginOptions.LanguageAlias

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayNameKeyAttribute("Login_LanguageAliasName")> _
<DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")> _
ReadOnly Property LanguageAlias As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ILoginOptions Interface

Espace de noms Microsoft.SqlServer.Management.Smo