DefaultLanguage-Eigenschaft
Ruft das ConfigProperty-Objekt ab, das zum Festlegen der Konfigurationsoption Standardsprache verwendet wird.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultLanguage As ConfigProperty
Get
'Usage
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.DefaultLanguage
public ConfigProperty DefaultLanguage { get; }
public:
property ConfigProperty^ DefaultLanguage {
ConfigProperty^ get ();
}
member DefaultLanguage : ConfigProperty
function get DefaultLanguage () : ConfigProperty
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Ein ConfigProperty-Objekt, das die Einstellungen für die Konfigurationsoption Standardsprache angibt.
Hinweise
This property specifies the default language for all newly created logon.
Siehe auch