Compartir a través de


ILoginOptions.LanguageAlias Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<DisplayNameKeyAttribute("Login_LanguageAliasName")> _
<DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")> _
ReadOnly Property LanguageAlias As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ILoginOptions Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo