Proprietà Language
Gets or sets the language required by the referenced login account for date formats and system messages.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public Property Language As String
Get
Set
'Utilizzo
Dim instance As Login
Dim value As String
value = instance.Language
instance.Language = value
[SfcPropertyAttribute]
public string Language { get; set; }
[SfcPropertyAttribute]
public:
virtual property String^ Language {
String^ get () sealed;
void set (String^ value) sealed;
}
[<SfcPropertyAttribute>]
abstract Language : string with get, set
[<SfcPropertyAttribute>]
override Language : string with get, set
final function get Language () : String
final function set Language (value : String)
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the language required by the referenced login account.
Implementa
Vedere anche