Login.LanguageAlias Propiedad
Gets the alias name used for the language that is required by the SQL Server login account.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property LanguageAlias As String
Get
'Uso
Dim instance As Login
Dim value As String
value = instance.LanguageAlias
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string LanguageAlias { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
virtual property String^ LanguageAlias {
String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
abstract LanguageAlias : string
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
override LanguageAlias : string
final function get LanguageAlias () : String
Valor de la propiedad
Tipo: System.String
A String value that specifies the alias name used for the language that is required by the SQL Server login account.
Implementa
Ejemplos
Administrar usuarios, roles e inicios de sesión
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo