Compartir a través de


ManagedInstance.Language Propiedad

Gets the language used by the managed instance of SQL Server.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property Language As String 
    Get
'Uso
Dim instance As ManagedInstance 
Dim value As String 

value = instance.Language
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string Language { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ Language {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member Language : string
function get Language () : String

Valor de la propiedad

Tipo: System.String
A string value that specifies the language.

Vea también

Referencia

ManagedInstance Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility