Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the default language for the user.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DefaultLanguage As DefaultLanguage
Get
Friend Set
'Usage
Dim instance As User
Dim value As DefaultLanguage
value = instance.DefaultLanguage
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DefaultLanguage DefaultLanguage { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DefaultLanguage^ DefaultLanguage {
DefaultLanguage^ get ();
internal: void set (DefaultLanguage^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DefaultLanguage : DefaultLanguage with get, internal set
function get DefaultLanguage () : DefaultLanguage
internal function set DefaultLanguage (value : DefaultLanguage)
Property Value
Type: Microsoft.SqlServer.Management.Smo.DefaultLanguage
The default language for the user.