Proprietà Language
Gets the default language used by the instance of SQL Server.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property Language As String
Get
'Utilizzo
Dim instance As Information
Dim value As String
value = instance.Language
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string Language { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property String^ Language {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member Language : string
function get Language () : String
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the default language.
Vedere anche